Quick Q: Can a lambda refer to local variables? -- StackOverflow
Quick A: Using the [] capture list.
Yesterday on SO:
Is it possible in C++11 / 14 syntax to write an lambda function which will see parent variables?
In abstraction:
int i = 1; auto go = [] () { return i; };Is it possible to make something like that in modern C++ syntax?

From new C++ user groups springing up across Europe and upcoming conferences, to the Boost refactoring and (of course) C++14, Jens Weller has a nice piece previewing some of the things to look forward to for C++ in 2014.
The solution to the latest GotW problem is now available:
In the current MSDN Magazine: