
7 Mar
2007
7 Mar
'07
8:02 a.m.
"Alex Flint"
The documentation page for the PREDICATE testing macros gives quite different syntax for the WARN vs CHECK methods:
BOOST_WARN_PREDICATE( moo, (12)(i)(j) );
This one is correct
BOOST_CHECK_PREDICATE( std::not_equal_to<int>(), 2, (i,17) );
This is an error in an example Gennadiy