15 Nov
2005
15 Nov
'05
2:48 a.m.
Is there any way to validate a predicate (function, functor etc)
template with MPL?
ie, something like:
BOOST_MPL_ASSERT((and_<
is_function<Predicate>,
equal_to
));
-- Cory Nelson http://www.int64.org