Commit Graph

1530 Commits (eb534411a728b422c3c5ffd549830d8986a719b4)
 

Author SHA1 Message Date
Elias Kosunen 7763b97b52 Add braces to for loop in P.1 example
`for` with no `block-statement` as its `statement` is bad practice and should not be shown in an example. This example is meant to demonstrate code duplication and expessiveness, not to show poor usage of braces or lack thereof.
9 years ago
Andrew Pardoe 6907911089 Updating date 9 years ago
Robert Andrzejuk d5667c5f8a Minor typo
I think a minor typo got itself in ... the second 'string_span' should be string_view.
9 years ago
Gabriel Dos Reis 0eba15190b Merge pull request #956 from parsley72/master
Fix link to constructor virtual
9 years ago
Tom Isaacson 974d6a2090 Fix link to constructor virtual 9 years ago
Gabriel Dos Reis a8377b9302 Merge pull request #955 from codeboost/patch-3
C.133 - Grammar/semantic issues fixed
9 years ago
Florin d4d48ec772 Fix tense, semantic error 9 years ago
Sergey Zubkov fe9861d98a New rule: I.27 Pimpl 9 years ago
Sergey Zubkov 906ae347f3 travis CI fixes 9 years ago
Bjarne Stroustrup c355df948f reorganize the lifetime profile description 9 years ago
Gabriel Dos Reis 6c82e4abbf Merge pull request #947 from AbigailBuccaneer/patch-1
Fix Markdown rendering failure
9 years ago
Abigail 11e92eb4c5 Fix Markdown rendering failure
Use of <iostream> without backticks causes the Markdown render to fail
from this point onwards on GitHub pages.
9 years ago
Gabriel Dos Reis 4359ca5ae5 Merge pull request #941 from tkruse/style-fixes
Style fixes
9 years ago
Zachary Henkel f3ff5bae6d Clarify "unnecessary cast" by decomposing the class into identity casts and implicit casts. 9 years ago
Thibault Kruse 9cc50836bd Diverse style fixes
Remove whitespace at end of line

fix code indent

whitepsace between operators

align comments

add method name to fix syntax highlighting

typo: start with capital letter

Apply snake-case naming for unctions (for consistency)
9 years ago
Gabriel Dos Reis 520087569f Merge pull request #943 from galik/fix_unique_target_case
Fix case of unique anchors to match others
9 years ago
Gabriel Dos Reis 5fb7c03bed Merge pull request #945 from Bledson/patch-2
`#include`d instead of `#included`
9 years ago
Bledson Kivy d240b7611e `#include`d instead of `#included` 9 years ago
Zachary Henkel 4b3352b435 Add words used in anchors to custom dictionary 9 years ago
Zachary Henkel 3c867e5079 Final style changes 9 years ago
Zachary Henkel 2ef544d4ad Additional formatting 9 years ago
Zachary Henkel abd71982da Another try with the linter 9 years ago
Zachary Henkel ca35984813 Try to make the linter happy 9 years ago
Andrew Pardoe c7733a398a Updating date 9 years ago
hsutter 3794dc2f45 `span`s -> spans for readability 9 years ago
galik 7cf5f01bad Fix case if unique anchors to match others
SL.str.5, SL.str.10, SL.str.11, SL.str.12
9 years ago
Gabriel Dos Reis 07d2413d80 Merge pull request #939 from galik/fix_item_tags
Fix various item tags (missing colons)
9 years ago
galik fa50221dd0 Fix various item tags (missing colons)
I.2, C.10, A.1, A.2, A.4, NL.5
9 years ago
Gabriel Dos Reis 9e29780db6 Merge pull request #937 from ProgramMax/add-missing-period
Add missing period
9 years ago
Chris Blume ea50b4ea78 Add missing period 9 years ago
Sergey Zubkov d816cc5705 travis CI fixes 9 years ago
Zachary Henkel 2cd9993ae4 Revise cast guidance following upstream edits 9 years ago
Zachary Henkel 6a7552db21 Additonal merge from https://github.com/isocpp/CppCoreGuidelines 9 years ago
Zachary Henkel 9ef1d51c34 Merge from https://github.com/isocpp/CppCoreGuidelines 9 years ago
hsutter cafe186e42 Added Mike's suggested notes 9 years ago
hsutter 444f7040e3 Applied Bjarne's and Neil's feedback 9 years ago
hsutter a0137d587d Merge remote-tracking branch 'refs/remotes/origin/master' into hs-gsl-intro-branch 9 years ago
Bjarne Stroustrup 6c3620d1e8 minor cleanup 9 years ago
Malcolm Parsons 4dfe88b716 Fix broken links (#935) 9 years ago
Sergey Zubkov 531a8a5ebd travis CI fixes and other typos 9 years ago
Shalom Craimer 5f5d5d8ca6 Fixing link to C.146 to be valid, and a link to ??? to be unlinked (#934)
this fixes links and the issues discovered by travis CI
9 years ago
Bjarne Stroustrup 5975f4d5db more bounds profile reorganization 9 years ago
Bjarne Stroustrup df160f3654 Most of the bounds safety profile 9 years ago
Bjarne Stroustrup 9eb18fdf9e vector exception to {} initializers 9 years ago
Bjarne Stroustrup 9d44e718eb Reorganized the Type safety profile 9 years ago
Andrew Pardoe c721b2c325 Merge pull request #931 from sizeofvoid/master
fix: unsigned int value comment
9 years ago
Bjarne Stroustrup 5da51a9a44 more work on anchors 9 years ago
Bjarne Stroustrup 9d283bc451 anchors for Type.* 9 years ago
Bjarne Stroustrup 986106c63c more Type.* reorganization 9 years ago
Bjarne Stroustrup e2719d035b Reorganize Type.1-3 9 years ago