Andrew Pardoe
b149a50faf
Merge pull request #756 from pepsiman/patch-1
...
P.5 Correct case of Int alias
2016-10-03 11:10:59 -07:00
Andrew Pardoe
4d45c6bb1d
Merge pull request #755 from pepsiman/executionpolicy
...
P.3 Split execution policy and container
2016-10-03 11:09:51 -07:00
Malcolm Parsons
71df1537b3
P.5 Correct case of Int alias
...
Revert d9562f683d
and part of 9590bb94b1
2016-10-02 19:58:34 +01:00
Malcolm Parsons
e66f5bb28e
P.3 Split execution policy and container
2016-10-02 16:28:24 +01:00
Johel Ernesto Guerrero Peña
2a000ac21a
In: Grammar and correction fixes
...
We use letters to identify the first part of a rule "number", not just one letter.
The rest are grammar fixes.
2016-10-01 19:18:50 -04:00
Oleksandr Senkovych
e0abec4259
Remove mode string from ifstream constructor in R.12
2016-09-28 11:23:18 +02:00
Johel Ernesto Guerrero Peña
8aaf6e1b76
Correct glossary entry order
2016-09-27 13:42:22 -04:00
Johel Ernesto Guerrero Peña
138da22db4
Fix glossary definitions and grammar
...
A class isn't abstract for having a protected constructor, but for only having protected constructors.
2016-09-27 02:00:24 -04:00
Rian Quinn
8be1869663
Update C.128 to remove override from destructors
...
Clang Tidy has a a check called (modernize-use-override) that explicitly verifies that `override` be placed on destructors of derived classes whose base class is `virtual` as seen [here](https://github.com/Microsoft/clang-tools-extra/blob/master/test/clang-tidy/modernize-use-override.cpp#L48 ). This issue was brought up by @jaredgrubb in the following [ticket](https://github.com/isocpp/CppCoreGuidelines/issues/721#issuecomment-246627077 ) and was also seen [here](https://github.com/Bareflank/hypervisor/issues/208 ) as well. @gdr-at-ms closed the ticket stating that the C++ Core Guideline Editors have decided that `override` should not be placed on destructors, but the documentation makes no mention of this decision. The following PR addresses this issue. With the documentation updated, an issue ticket can be generated for Clang Tidy to have the destructor check modified to reflect the C++ Core Guidance.
2016-09-13 07:05:52 -06:00
Gabriel Dos Reis
3f33bd9c89
Merge pull request #730 from olafdietsche/spelling
...
Minor spelling fixes
2016-09-12 11:48:55 -07:00
Gabriel Dos Reis
729c515a2b
Merge pull request #703 from amdn/master
...
T.44: Added `s` suffix to string literal
2016-09-12 11:13:04 -07:00
Andrew Pardoe
c4a19c99b2
Merge pull request #706 from tkruse/fix-examples2
...
Fix examples2
2016-09-12 11:11:16 -07:00
Andrew Pardoe
97503abeaa
Merge pull request #700 from tkruse/fix-examples
...
fix code examples
2016-09-12 11:08:13 -07:00
Akim Demaille
2b80bc92a5
T.65: fix code examples
2016-09-12 18:41:54 +02:00
Olaf Dietsche
bb2e744c3f
Minor spelling fixes
2016-09-11 17:19:52 +02:00
Thibault Kruse
1c0e2b7d11
fix invalid code
2016-09-10 22:56:15 +09:00
Thibault Kruse
25e3ec4652
improve code example, use() function makes little sense with void results of f() and g()
2016-09-10 22:56:15 +09:00
Thibault Kruse
7c991f0e7e
fix varname
2016-09-10 22:56:15 +09:00
Thibault Kruse
a361c37f5e
unique funIds
2016-09-10 22:56:15 +09:00
Thibault Kruse
9590bb94b1
fix code examples
2016-09-10 22:56:14 +09:00
Thibault Kruse
2db47928df
fix unnecessary block
2016-09-10 22:56:11 +09:00
Thibault Kruse
6a39a88bf8
Fix initializer list example
2016-09-10 22:56:11 +09:00
Gabriel Dos Reis
3acba2ebae
Merge pull request #726 from tkruse/fix-typos
...
Fix typos
2016-09-09 19:23:25 -07:00
Olaf Dietsche
bceec9e494
CP.3: Fix example: function declarations
2016-09-09 18:44:19 +02:00
Thibault Kruse
a11f1f7f53
fix typos
2016-09-07 18:17:59 +09:00
Felix Morgner
8078b0a1f8
Move whitespace to right place
2016-09-06 15:43:55 +02:00
Thibault Kruse
1e4b13bfb0
fix whitespace after comma
2016-09-06 18:32:23 +09:00
Thibault Kruse
9c148afad3
Fix transition of *Excption* to #### Exception in 4d7b1d
2016-09-06 18:31:47 +09:00
Thibault Kruse
254c123c14
fix internal link
2016-09-05 22:22:08 +09:00
Thibault Kruse
13419aa5dd
fix code style
2016-09-05 22:17:03 +09:00
Thibault Kruse
603a1b4286
Fix whitespace inconsistencies, remove tabs
2016-09-05 22:08:04 +09:00
Thibault Kruse
27b585ad71
style issues
2016-09-05 22:08:04 +09:00
Bjarne Stroustrup
0aea7d997b
Added Per.7
...
Design to enable optimization
2016-09-04 11:08:54 -04:00
Jeroen Habraken
bf0d7e415f
Fixes the NL.26 link.
2016-08-31 16:32:34 -07:00
Neil MacIntosh
b5d5d3f547
Fix order of declarations inside example
...
Fixes #668 .
2016-08-30 14:31:16 -07:00
Neil MacIntosh
d1f22ae88d
Fix order of declarations inside example
...
As per #668 , fixing order of declarations in example to match NL.16.
2016-08-30 14:22:40 -07:00
Bjarne Stroustrup
3ca23f1575
fix Enum.4
2016-08-29 15:50:47 -04:00
Bjarne Stroustrup
3ec8cfc5cc
Issue 660
...
Note added
2016-08-28 14:49:47 -04:00
Bjarne Stroustrup
4d7b1d7b63
minor formatting changes
2016-08-28 14:39:49 -04:00
Bjarne Stroustrup
56b4efd430
fixing some bugs in examples
...
#697
2016-08-28 12:31:11 -04:00
Thibault Kruse
4d97aea4c9
fix typos
2016-08-28 11:58:16 +09:00
Bjarne Stroustrup
d7725aa37c
ES.100
...
new example
2016-08-27 21:14:16 -04:00
Bjarne Stroustrup
1d53754694
Union section fleshed out
...
#692 #570
2016-08-27 14:49:57 -04:00
Bjarne Stroustrup
cbad9769de
ES.102 fleshed out
...
response to issue #675
2016-08-26 16:30:20 -04:00
Bjarne Stroustrup
34e719bb36
ES.12: Do not reuse names in nested scopes
...
new rule, and a few minor fixes
2016-08-26 11:48:09 -04:00
Gabriel Dos Reis
ca798a640b
Merge pull request #709 from tkruse/fix-typos
...
Fix typos
2016-08-25 20:02:23 -07:00
Thibault Kruse
83f60b4415
Fix typos
2016-08-26 04:59:00 +02:00
Thibault Kruse
5aea4a1fef
style: fix code indentation
2016-08-26 04:03:20 +02:00
Bjarne Stroustrup
67191255fa
Updates to NR section
2016-08-25 16:18:48 -04:00
Arturo Martín-de-Nicolás
d01675876f
Added s
suffix to string literal
...
As written, the type for "Hamlet" without the `s` suffix will be deduced to `const char*` instead of the intended `std::string`, see example earlier for auto deduced `std::string` for "Ophelia"s with the `s` suffix.
2016-08-24 16:01:48 -05:00