Gabriel Dos Reis
2d04ea8992
Merge pull request #269 from engreimor/master
...
Minor fixes on the markup for the links
2015-10-02 13:46:47 -07:00
Reinaldo Moreira
fb94b2ece3
Minor fixes on the markup for the links
2015-10-02 17:39:22 -03:00
Gabriel Dos Reis
6da77f898c
Merge pull request #264 from tkruse/md-style14
...
Fix minor markup issues
2015-10-02 09:10:45 -07:00
Thibault Kruse
d458c57d08
fix duplicate anchor IDs
2015-10-02 18:08:46 +02:00
Thibault Kruse
b5d8ef8be7
Fix missing lines/ bad indent
2015-10-02 17:42:28 +02:00
Gabriel Dos Reis
f72217f30c
Merge pull request #262 from Eliyahu-Ravuna/patch-10
...
Access memory predictably - Revised according to the feedback in #256
2015-10-02 06:40:59 -07:00
Eliyahu Ravuna
8050963a06
Access memory predictably - Revised according to the feedback in #256
...
Capitalization revised according to the feedback in #256 .
(Access memory predictably)
2015-10-02 16:13:59 +03:00
Gabriel Dos Reis
57d06f2138
Merge pull request #261 from Eliyahu-Ravuna/patch-8
...
As agreed in #255 , commits squashed (ES.100)
2015-10-02 06:05:42 -07:00
Gabriel Dos Reis
ea5b270a53
Merge pull request #260 from Eliyahu-Ravuna/patch-7
...
Change agreed in #253 (squashed) - Suggested 'return containers by value' example + Title made more concise
2015-10-02 06:04:20 -07:00
Eliyahu Ravuna
c4b3b8b0c6
As agreed in #255 , commits squashed (ES.100)
...
As agreed in #255 , two commits squashed.
(ES.100: Don't mix signed and unsigned arithmetic)
2015-10-02 16:02:20 +03:00
Eliyahu Ravuna
ad3d1dc631
Change agreed in #253
...
As agreed in #253 , three commits squashed into one.
(Suggested 'return containers by value' example + Title made more concise)
2015-10-02 15:55:31 +03:00
Gabriel Dos Reis
f3780fa74b
Formal account of the soundness of RAII for local objects
2015-10-02 04:24:47 -07:00
Gabriel Dos Reis
4d1c32f298
Merge pull request #219 from tkruse/mdast-idempot
...
Achieve mdast idempotency (4-space markdown indent, single empty lines)
2015-10-02 03:37:36 -07:00
Gabriel Dos Reis
149a681188
Fix forward links in NL
...
Fix #241 .
2015-10-02 03:31:10 -07:00
Thibault Kruse
d844553169
Code blocks consistently use 4 spaces markdown indent (via mdast)
...
Exception is 8space indent for code inside bullet lists (also handled by mdast)
Changes code fences as well to 4-space indent.
This does not affect C++ indent within code blocks (mdast does not touch that either way).
2015-10-02 12:17:40 +02:00
Thibault Kruse
e291947e25
fix consecutive blank lines (mdast output).
2015-10-02 12:17:04 +02:00
Gabriel Dos Reis
00d542f777
Fix misplaced override
specifier
...
Fixed #248 .
2015-10-02 03:12:47 -07:00
Gabriel Dos Reis
c4088e053b
Merge pull request #237 from david-mitchell/patch-1
...
Fix grammar.
2015-10-02 03:04:10 -07:00
Gabriel Dos Reis
bdc863dcda
Merge pull request #258 from axelstudios/master
...
Fixed minor typos
2015-10-02 02:54:48 -07:00
Gabriel Dos Reis
2536585830
Merge pull request #257 from RicoAntonioFelix/master
...
Added capture in lambda expression...
2015-10-02 02:54:00 -07:00
Gabriel Dos Reis
a615bdeb19
Merge pull request #254 from Eliyahu-Ravuna/patch-3
...
Typo fixed in 'Use templates to express containers'
2015-10-02 02:52:27 -07:00
Gabriel Dos Reis
74adf65044
Merge pull request #244 from drusk/p2_typo_fix
...
Fixed minor typo in section P.2.
2015-10-02 02:38:44 -07:00
Alex Swindler
23b1257817
Fixed minor typos
2015-10-01 21:12:20 -06:00
RicoAntonioFelix
af18193511
Added capture in lambda expression...
2015-10-01 21:32:09 -04:00
drusk
80f93640ce
Fixed minor typo in section P.2.
2015-10-01 16:08:39 -07:00
Eliyahu Ravuna
6dbcabc974
Typo fixed in 'Use templates to express containers'
2015-10-02 00:47:39 +03:00
Gabriel Dos Reis
1ab6344b44
Merge pull request #218 from Jiwan/Jiwan-change-nullptr-passing-exemple
...
Fixed minor error in I.12: Declare a pointer that must not be null as not_nul
2015-10-01 03:14:00 -07:00
Gabriel Dos Reis
6746027209
Merge pull request #242 from tkruse/fix-minisections
...
Replace **strong** fake headers with real markdown headers
2015-10-01 03:11:02 -07:00
Gabriel Dos Reis
85255a9572
Merge pull request #247 from spacewander/master
...
fix C.over index error
2015-10-01 03:10:36 -07:00
spacewander
9d4a7627c7
fix C.over index error
2015-10-01 17:56:02 +08:00
Thibault Kruse
e4ea6c5374
Replace **strong** fake headers with real markdown headers carrying section semantics
2015-09-30 22:26:44 +02:00
Gabriel Dos Reis
0a2523372e
Merge pull request #240 from tkruse/fix-mdstyle13
...
Simple rendering of bibliography, and minor fix
2015-09-30 11:47:18 -07:00
Thibault Kruse
d5295a8d9d
Fix broken and fragile rendering of Bibliography
2015-09-30 20:36:03 +02:00
Thibault Kruse
4b1f9ad99c
fix missing closing parens (in test())
2015-09-30 20:36:03 +02:00
David Mitchell
3d3d43d60f
Fix grammar.
2015-09-30 10:18:58 -07:00
Gabriel Dos Reis
66630b911b
Merge pull request #236 from david-mitchell/patch-13
...
Fix typo.
2015-09-30 10:16:27 -07:00
David Mitchell
d8f54449d6
Fix typo.
2015-09-30 10:02:48 -07:00
Jiwan
e41b65cca1
Fixed a minor error in an example in I.12.
2015-09-30 15:33:25 +02:00
Gabriel Dos Reis
4cd0e2e65c
Merge pull request #234 from briot/master
...
Minor typo fixes
2015-09-30 03:54:28 -07:00
Emmanuel Briot
cc45432b01
Minor typo fixes
2015-09-30 12:05:07 +02:00
Gabriel Dos Reis
812fb8f314
Merge pull request #221 from david-mitchell/patch-9
...
Fix typo.
2015-09-29 17:43:43 -07:00
Gabriel Dos Reis
b7940d2ef4
Merge pull request #220 from david-mitchell/patch-8
...
Fix typo.
2015-09-29 17:43:13 -07:00
Gabriel Dos Reis
a39f61bc5c
Merge pull request #223 from delta-nry/patch-1
...
Correct and clarify FAQ.59 and FAQ.60
2015-09-29 17:42:35 -07:00
Gabriel Dos Reis
cedd9c6481
Merge pull request #209 from jlaire/typos-and-other-fixes
...
Typos and other fixes
2015-09-29 17:40:02 -07:00
Gabriel Dos Reis
d3d0426b39
Merge pull request #228 from david-mitchell/patch-10
...
Fix verb agreement.
2015-09-29 17:32:05 -07:00
Gabriel Dos Reis
b8c9ad47ac
Merge pull request #230 from david-mitchell/patch-12
...
Fix awkward wording.
2015-09-29 17:31:17 -07:00
Gabriel Dos Reis
ef211e9dec
Merge pull request #229 from david-mitchell/patch-11
...
Add missing punctuation.
2015-09-29 17:30:32 -07:00
David Mitchell
7103785b20
Fix awkward wording.
2015-09-29 16:55:56 -07:00
David Mitchell
7d82c95191
Add missing punctuation.
2015-09-29 16:50:55 -07:00
David Mitchell
5560508b28
Fix verb agreement.
2015-09-29 16:48:24 -07:00