$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2004-03-08 08:48:24
"Gabriel Dos Reis" <gdr_at_[hidden]> wrote in message
news:m3ptbn7anv.fsf_at_uniton.integrable-solutions.net...
> "Thorsten Ottosen" <nesotto_at_[hidden]> writes:
[sinp]
> | Consider
> |
> | struct X
> | {
> | auto x;
> | };
> |
> | how can we know the size of X?
>
> That is not supposed to be valid C++, regardless of lambdas, so I don't
> quite understand your question.
ok, I just understood that people would want to store these lambda
expression. So why not
as members too?
br
Thorsten