
8 Mar
2004
8 Mar
'04
4:41 a.m.
"Gabriel Dos Reis" <gdr@integrable-solutions.net> wrote in message news:m365dgdlm3.fsf@uniton.integrable-solutions.net...
Yes, and that should be anticipated. People have already been storing function objects (in the traditional C++ sense), there is no reason to believe they would not attempt the same thing with lambdas.
Consider struct X { auto x; }; how can we know the size of X? Should an initialization be required, eg struct X { auto x = ...; }; ? br Thorsten