$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [scope_exit] Doesn't included in Boost yet?
From: Alexander Nasonov (alnsn_at_[hidden])
Date: 2009-01-13 06:32:54
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