
13 Apr
2006
13 Apr
'06
9:21 p.m.
Valentin Samko <boost@digiways.com> writes:
DA> auto(x){ x->first < 0 }
This is quite similar to what we are considering for polymorphic lambdas, <>(x) { return x->first < 0; }
Except 1/3 longer, and, I guess for some people, there's a huge difference in aesthetics -- Dave Abrahams Boost Consulting www.boost-consulting.com