12 Sep
2012
12 Sep
'12
7:14 p.m.
How does one use a reference in a lambda expression? The documentation
says that "var" does, but it clearly doesn't.
For example this fails to compile because it can't access the copy
constructor:
#include