|
Boost : |
From: David Abrahams (dave_at_[hidden])
Date: 2002-09-26 19:03:30
Have I mentioned recently how totally cool MPL's lambda facility is?
I can't believe I can do things like this, even with MSVC6. It makes my
metaprograms SO much easier to manage!
mpl::logical_and<
is_reference_to_class<add_reference<mpl::_> >
, mpl::logical_not<
is_reference_to_args<add_reference<mpl::_> >
>
>
Wow.
Now, back to our regularly scheduled programming ;-)
-----------------------------------------------------------
David Abrahams * Boost Consulting
dave_at_[hidden] * http://www.boost-consulting.com
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk