You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments