$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Arkadiy Vertleyb (vertleyb_at_[hidden])
Date: 2004-05-03 08:08:56
"David Abrahams" <dave_at_[hidden]> wrote in message
news:u1xm11xeb.fsf_at_boost-consulting.com...
> > main()
> > {
> > BOOST_TYPEOF_ALLOCATE(fun, _1 > 15 && _2 < 20); // <unspecified>
fun(_1 > 15 && _2 < 20);
>
> What's that line supposed to mean?
Shortcut for:
BOOST_TYPEOF(_1 > 15 && _2 < 20) fun(_1 > 15 && _2 < 20);
Regards,
Arkadiy