
3 May
2004
3 May
'04
1:08 p.m.
"David Abrahams" <dave@boost-consulting.com> wrote in message news:u1xm11xeb.fsf@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