
13 Jan
2009
13 Jan
'09
11:32 a.m.
Mathias Gaunard <mathias.gaunard <at> ens-lyon.org> writes:
Except C++0x lambdas are only monomorphic for now.
Can you be more specific? In my example '[&a, b]() -> void { /* … */ }', is there is any restriction on a and b (e.g. thay can't be deduced names)? Thanks, Alex