Commit Graph

16 Commits

Author SHA1 Message Date
Changkun Ou
0f8819f4f9 book: remove nullptr 0L condition
This is a bug introduced in #132.

Fixes #136
2020-10-20 07:44:21 +02:00
sunshaoce
c9f8eb70fd book: improve NULL example (#133) 2020-10-03 09:27:14 +02:00
TinyWang
4de9eb49f7 book: use curly brackets to initailize aggregate objects (#112) 2020-08-10 10:00:08 +02:00
Christoph Dibak
8767bb89c4 book: english typo (#79) 2019-09-20 15:06:54 +02:00
Changkun Ou
b12e03e82d book: translate ch02
Update #12
2019-07-20 13:35:51 +02:00
Changkun Ou
54ad935875 see #2: code updates 2019-07-16 09:26:31 +02:00
Changkun Ou
7a4a605e0f see #2: add std::initializer_list for printf back 2019-07-11 11:22:53 +02:00
Changkun Ou
dd8cf90bbe see #2: move non-type template param auto to ch02 2019-07-11 11:07:10 +02:00
Changkun Ou
da193739ee see #12: translation of preface and chapter 01 2019-07-09 12:20:35 +02:00
卖码翁
e80a7120ef fix: compilation error for structured binding (#35)
The header  <tuple> is missing. After adding it, it compiles fine with clang in c++17 mode.
2018-06-13 13:51:35 +02:00
Changkun Ou
2e63a68751 resolve #17, fix wrong description and example for constexpr 2018-04-19 09:48:44 +02:00
Changkun Ou
cc294b211c revision #2: 检阅部分模板相关内容 2018-04-09 14:48:19 +02:00
Changkun Ou
02a1105512 revision #2: 修改文件名 2018-04-09 14:47:43 +02:00
Changkun Ou
838d30ef5a revision #1: 更新第二章中已维护的代码 2018-04-02 00:28:05 +02:00
Changkun Ou
b29361166f revision #2: 统一修改代码注释 2018-03-30 08:14:35 +02:00
Changkun Ou
71025d8bc6 prepare for c++17 2018-03-26 09:08:36 +02:00