$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [local] Simplifying the parenthesized syntax
From: Lorenzo Caminiti (lorcaminiti_at_[hidden])
Date: 2011-02-12 22:42:20
On Sat, Feb 12, 2011 at 1:57 PM, John Bytheway
<jbytheway+boost_at_[hidden]> wrote:
> On 12/02/11 16:42, Lorenzo Caminiti wrote:
> Well, at the rate reviews go lambdas might be in place in most compilers
> by the time you library is accepted :(. But let's hope it goes faster
> than that :).
Why C++0x lambdas don't support constant binding?
Constant binding is instead supported by Boost.Local. I looked over
N2550, N2529, etc but I could only see binding by value and reference
and not by constant value and constant references?! I must be missing
something...
-- Lorenzo