What are the pitfalls of using lambda default capture by value ([=]) or by reference ([&]) in C++11?
[=]
[&]
I know some pitfalls like: