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
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
Mateusz Kwasniak
f9e2ea1d9f
Break long lines to increase readability in files
...
There were some very long lines in Python script files (comments and
cpplint execution command), really painful to read, so I decided to
break them into several lines in order to increase readability.
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
ef3a6c4d4d
Add intentionally-wrong spelling of "incorrect" to dictionary
8 years ago
Jonathan Wakely
2aec9170db
Add intentionally-wrong spelling of "incomplete" to dictionary
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
Artem Golubikhin
d318a68e35
ES.20: Fix typo ( #1033 )
8 years ago
hsutter
1b2ba25b4b
Closes #997
8 years ago
Andrew Pardoe
74c36a43b0
Fixing ES.87
8 years ago
Andrew Pardoe
3eaf4fe886
Merge pull request #1031 from WPMGPRoSToTeMa/patch-1
...
R.1: Fix finally link
8 years ago
Artem Golubikhin
f77fa1ad40
R.1: Fix finally link
8 years ago
Bjarne Stroustrup
6574f05356
added ES.87 about conditions in if-statements
...
#1006 and #1010
8 years ago
Bjarne Stroustrup
1a3de0e9b8
add a cross reference to P.3
8 years ago
Bjarne Stroustrup
2839c87890
add example to R.20
...
addresses #1015
8 years ago
Neil MacIntosh
b87d21b662
Merge pull request #1018 from Cleroth/patch-1
...
Avoid `std::endl` :)
8 years ago
Gabriel Dos Reis
6d5a219e66
Merge pull request #1023 from marzojr/master
...
Fixing memory handling in E.5 example
8 years ago
Gabriel Dos Reis
26f3ee9cfd
Fix #998 .
8 years ago
Gabriel Dos Reis
7146b55d30
Fix #1008 .
8 years ago
Sebastian Valle
9840eefacf
CP.2: Fixed a typo in the async example code. ( #1030 )
...
span a task -> spawn a task
8 years ago
tg-m
7a3d3c5a29
Fix issue #1026 ( #1027 )
9 years ago
Ivan Baidakou
c2456ccf5b
Fix typo: `Public` -> `public` ( #1025 )
9 years ago
Andrew Pardoe
c04e3657fb
Updating date
9 years ago
Marzo Sette Torres Junior
0bb69d80e6
Fixing memory handling in E.5 example
...
Instead of constructing an array, it constructs and deletes a single double, and accesses elements as if it had constructed an array.
9 years ago
Cleroth
d51a304e0a
Update CppCoreGuidelines.md
9 years ago
TalLancaster
e61f111301
Per C.66: a global edit adding noexcept to move constructor/assignment examples ( #1016 )
9 years ago
Cleroth
43f378c6b3
Avoid `std::endl` :)
9 years ago
Gabriel Dos Reis
4ffab15e77
Merge pull request #1012 from franzhollerer/aligning_case_with_switch
...
aligning case with switch
9 years ago
Gabriel Dos Reis
e5e7082efa
Merge pull request #1013 from franzhollerer/opening_brace_in_same_line_as_switch
...
opening brace in same line with switch statement to be aligned with NL.17
9 years ago
Gabriel Dos Reis
2ad03719ca
Merge pull request #1014 from HazardyKnusperkeks/master
...
Fix typo in ES.84
9 years ago
Björn Schäpers
378370e20d
Fix typo in ES.84
9 years ago
Franz Hollerer
1cc009bb57
placing opening brace in same line with switch statement to be aligned with NL.17
9 years ago
Franz Hollerer
83561b15eb
aligning case with switch
9 years ago
Andrew Pardoe
82755da679
Fixing NL.17 per issue #1002 discussion
9 years ago
Gabriel Dos Reis
9d93e34ea7
Merge pull request #1009 from bgianinetti/patch-1
...
Fix example in C.61
9 years ago