Commit Graph

11 Commits

Author SHA1 Message Date
ambiguoustexture
1db84fe462 book, code: fix typos (#225) 2022-02-25 16:23:03 +01:00
Changkun Ou
e202554f16 book: import correct header
Fixes #192
Fixes #147
2021-08-11 12:33:44 +02:00
Changkun Ou
6238d66b11 book: translate ch03
see #12
2019-07-20 12:06:37 +02:00
Changkun Ou
54ad935875 see #2: code updates 2019-07-16 09:26:31 +02:00
Changkun Ou
da193739ee see #12: translation of preface and chapter 01 2019-07-09 12:20:35 +02:00
Changkun Ou
5c37806f62 update: more explaination on move proposal 2019-06-05 14:11:55 +02:00
junpeng
8604e6c03b fix: comments (#56)
修改注释 :引用的右值-->常量引用
2019-01-14 06:31:54 +01:00
Grace0926
d7e934a4d3 fix: value_2 typo error in section 3.1 (#37) 2018-08-15 18:38:28 +02:00
卖码翁
a548ea79bd Print out the stored_value1 and stored_value2 for the lambda example. (#36)
* Fix compilation error for structured binding

The header  <tuple> is missing. After adding it, it compiles fine with clang in c++17 mode.

* Print out the stored_value1 and stored_value2 for the lambda example.

To make it eaiser for the readers to understand the difference
between lambda capture by value and by reference.
2018-06-23 09:24:10 +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