$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Fit] formal review ends 20th March.
From: Peter Dimov (lists_at_[hidden])
Date: 2016-03-22 05:29:14
Bjorn Reese wrote:
> The const-by-default lambdas are the black swans of C++.
I wanted them to be cv-neutral like std::bind, but at the time there were
objections that this would require more than one operator() and se we had to
settle for the 'mutable' hack.