Commit Graph

187 Commits

Author SHA1 Message Date
A. Jiang
78b1cdf6bb book: correct description of function template deduction from auto (#280) 2024-05-20 23:58:17 +02:00
A. Jiang
5c50dbc591 book: avoid implication that volatile may be usable in concurrency (#281) 2024-05-20 23:56:11 +02:00
A. Jiang
54e99e1461 book: avoid "let the compiler deduce the list by itself" (#277) 2024-05-20 23:54:46 +02:00
A. Jiang
bdf0e899a7 book: fix imprecise description of NULL in C++ (#279) 2024-05-20 23:53:15 +02:00
lingkerio whiher
ff6ee89e2a book: discriminative modification to the nature of override and overload (#265) 2023-05-07 09:19:09 +02:00
祝獻的巴基力
e86e4a4b94 book: typo fixes (#262) 2023-05-06 21:17:04 +02:00
GNAQ
eca0b92307 book: style fixes (#261) 2023-03-07 10:28:52 +01:00
Guo Shuai
725df6b753 book: wording (#260) 2023-02-27 07:29:37 +01:00
David
4228ff2afb book: type fix (#257) 2022-12-30 10:29:50 +01:00
Yikai Cai
a1c4184b8d book: style fixes (#256) 2022-12-06 08:35:38 +01:00
Seiichi Uchida
de86a78627 book: typo fixes (#251) 2022-09-18 15:55:12 +02:00
zincsamael
f6538da3d6 book: typo fixes (#250) 2022-09-11 21:41:04 +02:00
stephen9357
8182184f2a book: typo fixes (#249) 2022-09-08 20:20:43 +02:00
ALAN
237c990510 book: typo fixes (#248) 2022-08-20 09:24:36 +02:00
Changkun Ou
2e9eed9ecc book: reword generic lambda
Fixes #242
2022-07-17 15:08:18 +02:00
ReEcho
e50e3c64f2 book: formatting style updates (#231) 2022-07-17 13:29:30 +02:00
Timothy Liu
41b88c861e book: redo string literal explanation (#237) 2022-07-17 13:18:50 +02:00
Changkun Ou
25a8fd2bc4 book: fix incorrect suggestions
Fixes #239
2022-07-17 12:56:56 +02:00
Changkun Ou
b22404503e book: use compact table
Updates #227
2022-07-17 12:51:14 +02:00
Changkun Ou
d740ee8b7c book: reword for latex style fixes
Fixes #227
2022-07-17 12:47:50 +02:00
Changkun Ou
0616cb816d book: markdown style fixes
Fixes #235
2022-07-17 12:44:21 +02:00
gliangbupt
dd7b707acf book: add missing header file (#233) 2022-07-17 12:42:17 +02:00
Lukas Prokop
97b6cc75f7 book: typo fixes (#240) 2022-07-17 12:38:57 +02:00
Ofey Chan
66d33aa2f4 book: markdown style fixes (#243) 2022-07-17 12:38:11 +02:00
Lukas Prokop
4dfd34e8a0 book: “non-linear” should be “non-constant” (#241)
There is no notion of linearity in this book. However, the context
makes it clear that non-constant values are meant.
2022-07-12 08:40:48 +02:00
Augus
cfda52200a book: fix indent (#236) 2022-05-06 16:16:04 +02:00
ambiguoustexture
80db4e3d4a book: re-compose words again to avoid out of pdf's margin (#230) 2022-03-05 16:24:52 +01:00
ambiguoustexture
e276dac7d1 book: re-compose words to avoid out of pdf's margin (#229) 2022-03-01 15:59:05 +01:00
谭九鼎
aca2d372d7 book: use https for urls (#223) 2022-02-28 10:00:16 +01:00
Lucas Vilas-Bôas
afdc39431f book: add line breaks for code formatting (#226) 2022-02-28 09:58:23 +01:00
ambiguoustexture
1db84fe462 book, code: fix typos (#225) 2022-02-25 16:23:03 +01:00
Lucas Vilas-Bôas
847b53632d book: add a line break for code formatting (#224) 2022-02-21 10:47:39 +01:00
Valeriy Dmitriev
7e6ada9b7c book: typo fixes (#219) 2022-01-03 14:19:32 +01:00
Changkun Ou
e5d90bd610 book, code: add mutex header
Fixes #217
2021-12-03 15:30:07 +01:00
Dw9
37401ada8b book: add std::weak_ptr<T>::lock (#216) 2021-11-20 16:01:25 +01:00
Okami Wong
c172682723 book: fix typo (#215) 2021-11-16 09:21:53 +01:00
Timothy
19ceeb7b4f book: add missing semicolon (#205) 2021-08-28 21:57:04 +02:00
Killer_Quinn
7f46de1a6c book: typo fixes (#204) 2021-08-14 13:27:16 +02:00
Raine Adams (they/them)
55da3fd452 book: revise preface (#197) 2021-08-11 13:16:56 +02:00
Changkun Ou
93ce6490a6 book: revise release acquire semantics
Fixes #174
2021-08-11 13:10:34 +02:00
Changkun Ou
b0f6f30988 book: fmt 2021-08-11 12:41:48 +02:00
Changkun Ou
309f1f3731 book: wrap code
Fixes #186
2021-08-11 12:41:16 +02:00
Changkun Ou
6f5615b971 book: fix an inconsistency between en-us and zh-cn 2021-08-11 12:36:35 +02:00
Changkun Ou
e202554f16 book: import correct header
Fixes #192
Fixes #147
2021-08-11 12:33:44 +02:00
Changkun Ou
d472ff1421 book: add text about auto as func args
Fixes #180
2021-08-11 11:20:57 +02:00
weissle
7eeaa7ae4e book: typo fix (#202) 2021-08-06 18:58:34 +02:00
Jiannanya
068840bb72 book: typo fixes (#200) 2021-07-31 11:35:21 +02:00
QuarticCat
7f7d7086a9 book: remove default template parameters (#194) 2021-07-07 08:25:57 +02:00
Killer_Quinn
69aa4f0bdf book: typo fix (#190) 2021-06-13 16:38:29 +02:00
Guo
711694e0a2 book: typo fix (#189) 2021-06-10 14:43:51 +02:00