hsutter
c072184052
Closes #1370
7 years ago
hsutter
142fc6ad33
Closes #1367
7 years ago
Amir Livneh
e3da8a1fd9
Add example for E.28 ( #1385 )
7 years ago
Dave Smith
c2a5785d7e
Remove elements that don't add value in ES.84 ( #1390 )
7 years ago
Dave Smith
8301421762
Tighten up the intro to CP ( #1391 )
7 years ago
Amir Livneh
a8c7b7c5a8
Fix grammar in T.41 ( #1389 )
7 years ago
Amir Livneh
bd3f3d5d25
Fix grammar in Con.2 ( #1388 )
7 years ago
Amir Livneh
422a190f57
Fix typo in T.22 ( #1387 )
7 years ago
Amir Livneh
aa25be7d6b
Make sentence in T.41 complete ( #1386 )
7 years ago
Amir Livneh
ba2dbc5edf
Fix calls to malloc() with 2 arguments ( #1377 )
...
* Fix calls to malloc() with 2 arguments
7 years ago
Amir Livneh
f67e91d295
Use `memoizes` instead of `mnemonizes` in the context of caching ( #1383 )
...
* Use `memoizes` instead of `mnemonizes` in the context of caching
While apparently, 'mnemonizes' is a word, I don't think it's the best choice here.
* Update isocpp.dic
7 years ago
Amir Livneh
c1beff1941
Fix grammar in T.11 ( #1380 )
7 years ago
Amir Livneh
43f4390185
Fix grammar in T.13 ( #1379 )
7 years ago
Amir Livneh
8ff099d2d2
Fix grammar ( #1378 )
7 years ago
Amir Livneh
1a3e4040fa
Remove extra space from README ( #1376 )
7 years ago
Amir Livneh
7d092e37aa
Remove extra parenthesis ( #1375 )
7 years ago
Amir Livneh
7511b40996
Use 'an' instead of 'a' where appropriate ( #1374 )
7 years ago
Amir Livneh
571ab494a8
Use consistent tense and remove repetition in E introduction ( #1372 )
7 years ago
Amir Livneh
e93462e1d7
Fix capitalization in CP.200 ( #1373 )
7 years ago
Amir Livneh
6d94ce30dd
Fix grammar in E.4 note ( #1371 )
7 years ago
Sergey Zubkov
1c0ddef508
fix travis CI, update date
7 years ago
hsutter
5d2c09aa48
Closes #1355
7 years ago
hsutter
fcba85fb48
Closes #1332
7 years ago
hsutter
5276dc55c8
Closes #1330
7 years ago
Martín Knoblauch Revuelta
4d0a2a2aef
Fix union example taken from TC++PL4 ( #1357 )
...
The code fails to set the type when a number value is assigned to a (formerly) string value. As a result, later access to the value or destruction of the object cause undefined behaviour (access to arbitrary memory address and/or heap corruption). The string field of the union is accessed, but its the number what is there…
It's also wrong in the book!
The fact that this bug has survived so long pretty much proves the point that code with unions is hard to get right ;-)
Oh, by the way, in order to test this, I had to add a constructor. Though, I'm not including it in the change. I suppose this just stuff we take for granted in the "// …" comment.
7 years ago
Amir Livneh
f5689ada23
Remove unused parameter in ES.62 example ( #1353 )
7 years ago
hsutter
48cdedb31e
Changed to sentence
7 years ago
Amir Livneh
7674f9c649
Fix capitalization in ES.56 note ( #1349 )
...
* Fix capitalization in ES.56 note
* Make proper sentence
7 years ago
Amir Livneh
9a703fa02b
Don't reuse variable name in ES.50 example ( #1348 )
...
Reusing the name 'i' violates ES.12 and distracts from the point of the example.
7 years ago
Amir Livneh
8a1780e841
Fix punctuation in CP.1 ( #1366 )
7 years ago
Amir Livneh
a2f5f77b1c
Fix spacing in CP.4 example ( #1365 )
7 years ago
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