22 Mar
2016
22 Mar
'16
12:29 p.m.
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.