
12 Apr
2006
12 Apr
'06
10:30 p.m.
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