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.