$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bronek Kozicki (brok_at_[hidden])
Date: 2006-04-13 12:31:40
David Abrahams wrote:
>>> be templated. I think the syntax should be
>>>
>>> auto(x){ x->first < 0 }
>> where is "return" ?
>
> Good observation. Nowhere. Have you got a problem with that? Also
> no semicolon.
it's not function body, then. It's an expression. C'mon, I do not think that
this could be honestly called "lambda".
B.