Commit Graph

1747 Commits (es23-updates)
 

Author SHA1 Message Date
Amir Livneh 002d8b8301 Fix typos (#1364) 7 years ago
Amir Livneh b933b03329 Fix punctuation in ES.77 (#1363) 7 years ago
Amir Livneh 5750f1ee86 Fix typo in ES.86 example (#1362) 7 years ago
Amir Livneh 35db3bf123 Fix typo in ES.87 (#1361) 7 years ago
Martín Knoblauch Revuelta 4f97d37239 Fix args. of == and != operators in C.100 (#1359)
Obviously, the comparisons are intended to compare `Sorted_vector`s, not `T` values
7 years ago
Amir Livneh 5190ea51a3 Fix capitalization in ES.61 enforcement (#1350)
* Fix capitalization in ES.61 enforcement

* Fix grammar
7 years ago
Amir Livneh 2056a14da7 Fix grammar in ES.50 (#1352) 7 years ago
Amir Livneh a10668dc1d Fix spacing in ES.63 example (#1351) 7 years ago
Amir Livneh d6a6e7092a Remove superfluous word in ES.42 enforcement (#1347) 7 years ago
Amir Livneh 882e9539fa Fix grammar in ES.42 (#1346) 7 years ago
Amir Livneh c83acbc347 Fix comment grammar in ES.40 example (#1345) 7 years ago
Amir Livneh 9f0e9fe0a3 Fix grammar (#1344) 7 years ago
Amir Livneh edac03725a Remove unnecessary hyphenation (#1343) 7 years ago
Amir Livneh a95daa781e Fix comment stating incorrect assigned variable (#1342) 7 years ago
Amir Livneh 8c141fcfa5 Fix typo (#1341) 7 years ago
Amir Livneh feae4d6c15 Fix grammar (#1340) 7 years ago
Amir Livneh abad343557 Fix indentation in example (#1339) 7 years ago
Sergey Zubkov 358bef703e closes #1337 7 years ago
Matthew Dews 65aa7232e8 Fix typo (#1338) 7 years ago
Amir Livneh f2b517eac2 Fix grammar (#1336) 7 years ago
Amir Livneh ff8934c39b Fix grammar (#1335) 7 years ago
Amir Livneh e0830c7c3b Remove redundant word (#1334) 7 years ago
Amir Livneh 94eadbb7eb Fix grammar (#1333) 7 years ago
Amir Livneh 4797c26d4b Fix grammar (#1331) 7 years ago
Amir Livneh 1fd6ce78c2 Fix typo and grammar (#1329) 7 years ago
Amir Livneh c9f1066756 Fix grammar (#1327) 7 years ago
hsutter 684635eecd Closes #1322
Add an Enforcement rule for prefix inc/dec functions. Try to phrase it
to reduce noisiness.
7 years ago
Franz Hollerer f7ef39f0d6 issue #1236 - there is no reason to use the Hungarian notation in C (#1326) 7 years ago
hsutter fb1d4c9189 Closes #1319 7 years ago
mpherg cbbe6071ce Standardize example and note headers (minor) (#1318)
* Standardize example headings

Some example headings used "Example, [good,bad]" and others used
"Example; [good,bad]" (note the comma verses semicolon). The vast
majority of the headings used the comma version, so this commit
normalizes all example headings to use a comma instead of a semicolon.

* Standardize note heading level

Two of the "Note" headings were set to level four, but the rest are at
level 5. Fix the level fours to make them level fives.
7 years ago
hsutter b38d065e45 Cleaned up a code example comment 7 years ago
hsutter 373765b827 Closes #1317
Fixed section heading to match item
7 years ago
hsutter 4ed280b080 Closes #1315 7 years ago
Dave Smith 1805589141 Pro.bounds: Correct impact wording (minor) (#1316) 7 years ago
hsutter fd9c725549 Update for #1306 7 years ago
hsutter 88a9ba0640 Closes #1311 7 years ago
beinhaerter 4e8ab7ae86 F.21 wording changed to current status of the standard (#1313) 7 years ago
Mark Abraham e58bce6f6a Fix typo in ES.102 (#1312)
The value -2 is signed, so the word "unsigned" is clearly wrong.  The
text notes that negative subscripts are a source of surprises and
bugs, so the correction to "negative" seems to reflect Bjarne's
original intent.
7 years ago
Honggyu Kim 526f14f56a Prefer bullet points to a long sentence in SL section (#1310)
It'd be better to have bullet points than writing the points in a long
sentence even with description in parenthesis.
7 years ago
Max Bozzi dd8fc629d7 Remove claims that "constexpr functions are pure" (#1307)
F.4 and F.8 made this erroneous claim as parts of notes which are
entirely removed.
7 years ago
hsutter 714bec5010 Updated date 7 years ago
Marzo Sette Torres Junior f971ad2f17 Fixing tagged union example (#1301)
It did not compile previously due to missing type specifier on placement new.
7 years ago
Jonathan Wakely d822f80d5d Fix whitespace errors in code, to make Travis CI pass 7 years ago
Andriy Berestovskyy a7fc6f6d4e Fix a typo (#1300) 7 years ago
hsutter 0fe73c966d Fixed typo
Thanks @dalg24!
7 years ago
hsutter d6d7d749c3 Minor rewording 7 years ago
hsutter 334c902a13 Adding suggestion in #1283 comment thread
Thanks, Mike!
7 years ago
Sergey Zubkov 41b10255c4 date update 7 years ago
Herb Sutter 6e3d2d2c22 Closes #1297 7 years ago
Herb Sutter 4fa9d4019f Minor edits to #1291 7 years ago