Commit Graph

1507 Commits (ecabc369bb67a43bddac80e0524727f4f7d89a57)
 

Author SHA1 Message Date
Bjarne Stroustrup ecabc369bb simplifying ES.20
#488
8 years ago
Bjarne Stroustrup 7e5019378b Fix #493 array myth
Added comment about performance to SL.con.1
8 years ago
Andrew Pardoe 7cfb1d7961 update date 8 years ago
Mitch Phillips bd948ee839 Fix example code in F.20. (#1109) 8 years ago
michaelz85 044a4b277e fixed anchor name for T.21 (#1108) 8 years ago
michaelz85 7c11ac1acf fixed a word (should be 'that' not 'the') (#1107) 8 years ago
michaelz85 b5a20f10ea fixed error in code comment (#1105) 8 years ago
Oleg Artenii 352e94babe fixed minor typo: "on the on the" -> "on the" (#1103) 8 years ago
Andrew Pardoe d3a523eea8
Typos found at I.* (#1093)
* Typo: change word compute by inserted code .  is the name of a previous function.

* Typo: add missing comma

* Typo: minor period typo

* Typo: form lower to upper case

* Typos found at I.*

Typo: add missing comma

Typo: minor period typo

Typo: form lower to upper case

Typos found at I.*
8 years ago
Andrew Pardoe 3667b08ce3
Merge pull request #1095 from brenoguim/hotfix/public-deleted-methods
Add public access modifier to examples
8 years ago
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
Breno Rodrigues Guimaraes eb0707d7ae Add public access modifier to examples 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
Andrew Pardoe 18578a421a
Merge pull request #1087 from leoperezpulido/master
Typo: add missing semicolon
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
Jonathan Wakely 62e8a9862c Add generated Python files to .gitignore 8 years ago
Jonathan Wakely 1e20e02c5c Remove pycache file added in f9e2ea1d9f 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
Jonathan Wakely c9fd263e07 Add "nodiscard" to the dictionary 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 2afecc54a7 Merge pull request #1057 from kwachmat/master
Break long lines to increase readability in files
8 years ago
Andrew Pardoe 3d282d21ed Merge pull request #1061 from planetchili/master
struct -> class to conform to C8
8 years ago
Andrew Pardoe 4e37488ef3 Merge pull request #1063 from JayBazuzi/patch-2
Update forward looking statement.
8 years ago