I've seen two recent answers using _1
as a pure C++0x solution (no explicit mention of boost lambdas).
Is there such an animal as std::_1
I would think that having native lambdas will make such a construct redundant.
A Google code search for std::_1
brings two results from the same project so that's inconclusive.