Commit Graph

1199 Commits (fbc48fafb0b90d6586c15b642a36c139f3c1685e)

Author SHA1 Message Date
Andrew Pardoe fbc48fafb0
Merge pull request #1096 from brenoguim/hotfix/recommend-public-deleted-methods
Recommend deleted methods to be public.
8 years ago
Andrew Pardoe 6ac3ac940f
Merge pull request #1100 from breyed/patch-1
T.concept: Remove comment unnecessary in good example
8 years ago
Gabriel Dos Reis 79dd574a65 Fix #1004 8 years ago
Andrew Pardoe 4bbcd758f2 updating date 8 years ago
Edward Brey 0931fab3d5
T.concept: Remove comment unnecessary in good example
The properly defined `Number` concept used as the template type is fully expressive.
8 years ago
Jonathan Wakely bdc07cc4ef Fix link to Rt-concepts
Fixes #1099
8 years ago
Breno Rodrigues Guimaraes 771a75e183 Add note to make deleted methods public 8 years ago
hsutter e6ac978f3a Updated due to discussion about #1068 8 years ago
Andrew Pardoe 2b4438603c Updating date 8 years ago
Andrew Pardoe 0a6167e1fc
Merge pull request #1066 from brenoguim/hotfix/add-virtual-destructor
Add virtual destructor to base class "Device"
8 years ago
Andrew Pardoe 0364ecace7
Merge pull request #1073 from martinfinke/hotfix/avoid-magic-constant
Avoid magic constant in F.44
8 years ago
Andrew Pardoe b553f02f84
Merge pull request #1075 from Eliyahu-Ravuna/patch-2
Link added for function objects and lambdas
8 years ago
Leonardo Perez Pulido 16e270dee9 Typo: add missing question mark 8 years ago
Leonardo Perez Pulido 7f909cc18e Typo: add missing comma 8 years ago
Leonardo Perez Pulido 27d1c01782 Typo: add missing semicolon 8 years ago
Florian Behrens 3d4e860bdd Fixed comment in example code of F.54 (#1082) 8 years ago
Oleg Artenii df68bfdc5b fixed minor typo: `it this` -> `this` (on master) (#1079) 8 years ago
Thomas Schaub 90076b9795 Use correct header level (#1078) 8 years ago
Eliyahu Ravuna eb5f6a5b90
Link added for function objects and lambdas 8 years ago
Mohit Jain 7be6e7daed Fix typo in destructor name (#1074)
Itream -> Istream in I.30: Encapsulate rule violations code snippet
8 years ago
Martin Finke d13ac81e27 Avoid magic constant 8 years ago
Jonas Toth 8a408d8500 reorder ES.expr and ES.stmt in text 8 years ago
Breno Rodrigues Guimaraes 3a320fdf53 Add virtual destructor to base class 8 years ago
brenoguim 165c79b417 Break comment to respect 100 column limit (#1069) 8 years ago
hsutter 768e4620d4 Closes #1055 8 years ago
hsutter ab67676e7d Closes #1048 8 years ago
Andrew Pardoe 5b82257e15 Changing date 8 years ago
Andrew Pardoe 0a85bd8382 Merge pull request #1059 from luav/example-cp.4
Example CP.4 (task vs thread)
8 years ago
Jonathan Wakely 7a5ab334a0 Update CppCoreGuidelines.md 8 years ago
Andrew Pardoe a1b3a269fc Merge pull request #1053 from sgkim126/master
Fix typos in example.
8 years ago
Andrew Pardoe 19d7fb1421 Update CppCoreGuidelines.md 8 years ago
Andrew Pardoe 17f76d0258 Update CppCoreGuidelines.md 8 years ago
Andrew Pardoe 3d282d21ed Merge pull request #1061 from planetchili/master
struct -> class to conform to C8
8 years ago
Andrew Pardoe 3575bf6d43 Update CppCoreGuidelines.md 8 years ago
Jay Bazuzi a277ba71da Update forward looking statement. 8 years ago
Yogendra Singh c4f833ad5c Simple typo fix. (#1060) 8 years ago
Jonathan Wakely 74cab35f85 Improve hyperlink text in C.8 8 years ago
chili ace8d7b279 struct -> class to conform to C8 8 years ago
luav 17fe8a957f Manual non-async task removed 8 years ago
luav 147f4d2dc3 Spaces in blank lines removed 8 years ago
luav f8159d26e0 Formatting and grammer fixed 8 years ago
luav 45376bb6b2 Example CP.4 (task vs thread) 8 years ago
Jonathan Wakely e251862408 Adjust "formatting" to pass spellchecking 8 years ago
Seulgi Kim 05c44d23ab Fix typos in example. 8 years ago
Andrew Pardoe f3596553a5 .\CppCoreGuidelines.md 8 years ago
Tom Isaacson 9cf0fcf19d #1045 Fix reference to narrow_cast (#1046) 8 years ago
Jonathan Wakely 58e80fc2c5 Adjust "incomplet and incorrekt" joke.
This adjusts it to be closer to the form in the C++ working drafts.

Fixes #1043
8 years ago
Jonathan Wakely 6153d69b2c Fix CI errors due to missing whitespace around operators (#1037)
Also rephrase comments to avoid overlong lines.
8 years ago
JonasToth 2184c57dd1 reorder sections C.167 and C.168 to be in numerical ascending order (#1034) 8 years ago
Franz Hollerer 531952a300 Issue #999 c128 applied to c129 (#1036) 8 years ago