|
Boost : |
From: Valentin Samko (boost_at_[hidden])
Date: 2006-04-12 18:30:21
DA> Local functions would be great. I still think we need lambda
DA> expressions to handle the simple
DA> _1->first < 0
DA> cases, and especially those cases where the function needs or ought to
DA> be templated. I think the syntax should be
DA> auto(x){ x->first < 0 }
This is quite similar to what we are considering for polymorphic
lambdas,
<>(x) { return x->first < 0; }
Valentin Samko
http://val.samko.info
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk