Commit Graph

1747 Commits (es23-updates)
 

Author SHA1 Message Date
hsutter c0a2efdfe8 Closes #1218 8 years ago
hsutter 1283da9afa Closes #1216 8 years ago
hsutter 28e9f02550 Let's =default to avoid an out of line definition question 8 years ago
hsutter aa645b0372 Closes #1214
Added virtual dtor to make the example standalone
8 years ago
Richard Evans 0d0026e61e Correct Dewhurst link to reference found in discussion for C.47 8 years ago
Gabriel Dos Reis 5405d04ad4
Merge pull request #1213 from kugelrund/patch-1
Clarify result of lower_bound
8 years ago
kugelrund dea3b94f12
Clarify result of lower_bound
The previous formulation made it sound like the return value is always `last` if `val` is not in the range, which might lead to confusion.
8 years ago
Jonathan Wakely 4af8321e91 Fix "an reasonable" typo
Fixes #1211
8 years ago
Gabriel Dos Reis 599fb02d12
Merge pull request #1208 from mabuchner/1207-cp-31-memory-corruption-from-example
Pass parameter as reference in CP.31 example
8 years ago
Sergey Zubkov a866b000d3
it's deletion -> its deletion 8 years ago
Sergey Zubkov 4e58fb87f7
typo: "nothing to do with sync" -> "nothing to do with stdasync" 8 years ago
mbuchner 7261f5d2fb Pass parameter as reference in CP.31 example
Fixes #1207.
8 years ago
Gabriel Dos Reis 8e327dd4e0
Merge pull request #1193 from draeger-charles-wilson/patch-1
Update CONTRIBUTING.md
8 years ago
Gabriel Dos Reis dc3cca890f
Merge pull request #1194 from draeger-charles-wilson/patch-2
Update README.md
8 years ago
Gabriel Dos Reis f8e40ee703
Merge pull request #1195 from draeger-charles-wilson/patch-3
Update README.md
8 years ago
Gabriel Dos Reis 20d9f42674
Merge pull request #1198 from ianhattendorf/SL-str-12-cpp-14
SL.str.12: s suffix is available in C++14
8 years ago
Gabriel Dos Reis 046b2a0833
Merge pull request #1201 from mabuchner/1200-es-102-odd-loop-condition-in-second-example
Fix ES.102 odd loop condition in example
8 years ago
Gabriel Dos Reis 46ecdd6830
Merge pull request #1202 from gumb0/patch-1
Remove unnecessary comments from C.42 examples
8 years ago
Gabriel Dos Reis 77be8b57a7
Merge pull request #1204 from gumb0/patch-2
Fix typo in C.44
8 years ago
Andrei Maiboroda ff4a3069a1
Fix comments in C.42 examples 8 years ago
Andrei Maiboroda 2ee3fff631
Fix typo in C.44 8 years ago
Ian Hattendorf d49c720e98 Fix typo in error handling intro 8 years ago
Ian Hattendorf 69d48f76c7 E.14 an->a is->are fixes 8 years ago
Ian Hattendorf 2cedd99f32 Remove whitespace at the end of lines 8 years ago
mbuchner 53c0bd2bd1 Fix ES.102 odd loop condition in example 8 years ago
Ian Hattendorf ee64b7ec17
SL.str.12: s suffix is available in C++14
std::literals::string_literals::operator""s is available since C++14
while std::pair class template argument deduction is available since
C++17
8 years ago
Charles Wilson f8d1198651
Update README.md
added link to GitHub Markdown spec
8 years ago
Charles Wilson f5f7b0ace1
Update README.md
C++17 has been released for a bit now.
8 years ago
Charles Wilson c0b4a85cf6
Update CONTRIBUTING.md
Herb replaced the joke at the beginning of the document, so the parenthetical referring to it is no longer needed.
8 years ago
hsutter 1e4dba2c0b Renamed NL.10 to "prefer underscore_style names" 8 years ago
hsutter 93ac723f6b Fixed rest of T.12 example following up #1189 8 years ago
Alexander “weej” Jones 15008e8432 Fix T.12's incorrect usage of vector::begin() (#1189) 8 years ago
hsutter a5e28d4a61 Updated intro wording 8 years ago
Andrew Pardoe b21b125d42 Capitalization error 8 years ago
hsutter b3d2f853f7 Changed "method" to "function" in three places for consistency 8 years ago
hsutter cea965f610 Reworded "consume" to "will-move-from" parameters
To improve clarity since the wording was causing confusion
8 years ago
Gabriel Dos Reis 99b997b6f0
Merge pull request #1179 from jwakely/issue-1177
Fix comment to match code
8 years ago
Chris Guzak e5f28e4095 SF.11, Header files should be self-contained (#1181)
* SF.11 Header files should be self-sufficient added

* PR feedback addressed

* explain more

* update reason baed on PR feedback

* add VS code dir to .gitignore

* more PR feedback
8 years ago
Gabriel Dos Reis 85db0de16c
Merge pull request #1183 from beinhaerter/formatting
Formatting in C.46
8 years ago
Gabriel Dos Reis 52fcf430d7
Merge pull request #1184 from beinhaerter/link_avoid_conversion
Fixed link for "avoid conversion operators"
8 years ago
Werner Henze 0cb724fe20 Fixed link for "avoid conversion operators" 8 years ago
Werner Henze b724f71473 Formatting "explicit" as code 8 years ago
Jason Mercer c0264f3831 fixed scale factor for millimeters (#1182) 8 years ago
Jonathan Wakely e721ee53cb Fix comment to match code
Also fix missing references and add cross-reference to F.22.

Fixes #1177
8 years ago
Jonathan Wakely 30fbc0bb64 Add "rethrow" and "rethrowing" to dictionary 8 years ago
Jonathan Wakely dbe8bf0207 Fix typo
Fixes #1176
8 years ago
Andrew Pardoe 9ac22abe0a Adding note suggested by @jwakely in #1165 8 years ago
Andrew Pardoe b9fe28cc2a update date 8 years ago
Jonathan Wakely ba25a26294 Rephrase C.21 to talk about declaring not defining (#1152)
* Rephrase C.21 to talk about declaring not defining

Add examples.

Fixes #870.

* Define special functions, clarify default constructor effects
8 years ago
fekir ab5f9c18bd catch by reference in all samples (#1154) 8 years ago