Commit Graph

5 Commits

Author SHA1 Message Date
Changkun Ou
da193739ee see #12: translation of preface and chapter 01 2019-07-09 12:20:35 +02: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