Thibault Kruse
25e3ec4652
improve code example, use() function makes little sense with void results of f() and g()
9 years ago
Thibault Kruse
7c991f0e7e
fix varname
9 years ago
Thibault Kruse
a361c37f5e
unique funIds
9 years ago
Thibault Kruse
9590bb94b1
fix code examples
9 years ago
Thibault Kruse
2db47928df
fix unnecessary block
9 years ago
Thibault Kruse
6a39a88bf8
Fix initializer list example
9 years ago
Thibault Kruse
d918525609
python: fix superfluous newline in extracted plain.txt, causes bad line numbers in spell check
9 years ago
Thibault Kruse
690f9e9aed
repair markdown checking
9 years ago
Thibault Kruse
084eb29d42
minor improvement, strip newlines from end of code snippets
9 years ago
Thibault Kruse
1842b88c21
refactor python code extractor: extract function
9 years ago
Thibault Kruse
8e282fa90c
Minor fix to python code extractor, dedent by indentation amount
9 years ago
Thibault Kruse
154dd24a54
improve cpplint check by invoking python just once. Reduces time from 1m to 6s
9 years ago
Gabriel Dos Reis
3acba2ebae
Merge pull request #726 from tkruse/fix-typos
...
Fix typos
9 years ago
Gabriel Dos Reis
a051b7e840
Merge pull request #728 from olafdietsche/issue_cp_3
...
CP.3: Fix example: function declarations
9 years ago
Olaf Dietsche
bceec9e494
CP.3: Fix example: function declarations
9 years ago
Thibault Kruse
da31c7dacf
extend dict
9 years ago
Thibault Kruse
a11f1f7f53
fix typos
9 years ago
Gabriel Dos Reis
031379332d
Merge pull request #724 from fmorgner/master
...
Move whitespace to right place
9 years ago
Felix Morgner
8078b0a1f8
Move whitespace to right place
9 years ago
Gabriel Dos Reis
fdc4a6df04
Merge pull request #722 from tkruse/fix-text
...
Fix text mistake
9 years ago
Thibault Kruse
1e4b13bfb0
fix whitespace after comma
9 years ago
Thibault Kruse
9c148afad3
Fix transition of *Excption* to #### Exception in 4d7b1d
9 years ago
Gabriel Dos Reis
db029855dd
Merge pull request #696 from tkruse/style-fixes
...
Style fixes
9 years ago
Thibault Kruse
254c123c14
fix internal link
9 years ago
Thibault Kruse
13419aa5dd
fix code style
9 years ago
Thibault Kruse
603a1b4286
Fix whitespace inconsistencies, remove tabs
9 years ago
Thibault Kruse
27b585ad71
style issues
9 years ago
Bjarne Stroustrup
0aea7d997b
Added Per.7
...
Design to enable optimization
9 years ago
Gabriel Dos Reis
443c1a4afb
Merge pull request #719 from VeXocide/patch-1
...
Fixes the NL.26 link.
9 years ago
Jeroen Habraken
bf0d7e415f
Fixes the NL.26 link.
9 years ago
Neil MacIntosh
b5d5d3f547
Fix order of declarations inside example
...
Fixes #668 .
9 years ago
Neil MacIntosh
d1f22ae88d
Fix order of declarations inside example
...
As per #668 , fixing order of declarations in example to match NL.16.
9 years ago
Bjarne Stroustrup
3ca23f1575
fix Enum.4
9 years ago
Bjarne Stroustrup
3ec8cfc5cc
Issue 660
...
Note added
9 years ago
Bjarne Stroustrup
4d7b1d7b63
minor formatting changes
9 years ago
Bjarne Stroustrup
56b4efd430
fixing some bugs in examples
...
#697
9 years ago
Gabriel Dos Reis
5827b64a5f
Merge pull request #715 from tkruse/fix-typos
...
fix typos
9 years ago
Thibault Kruse
b6ab4ed066
spell check fix
9 years ago
Thibault Kruse
4d97aea4c9
fix typos
9 years ago
Bjarne Stroustrup
d7725aa37c
ES.100
...
new example
9 years ago
Bjarne Stroustrup
1d53754694
Union section fleshed out
...
#692 #570
9 years ago
Bjarne Stroustrup
cbad9769de
ES.102 fleshed out
...
response to issue #675
9 years ago
Bjarne Stroustrup
34e719bb36
ES.12: Do not reuse names in nested scopes
...
new rule, and a few minor fixes
9 years ago
Gabriel Dos Reis
ca798a640b
Merge pull request #709 from tkruse/fix-typos
...
Fix typos
9 years ago
Gabriel Dos Reis
f6d6ffeb7e
Merge pull request #708 from tkruse/fix-code-indentation
...
style: fix code indentation
9 years ago
Thibault Kruse
83f60b4415
Fix typos
9 years ago
Thibault Kruse
5aea4a1fef
style: fix code indentation
9 years ago
Bjarne Stroustrup
67191255fa
Updates to NR section
9 years ago
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.
10 years ago
Bjarne Stroustrup
1ddd9cdb7a
typo fix
...
P.11 issue #670
10 years ago