$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2007-03-07 03:02:19
"Alex Flint" <alex.flint_at_[hidden]> wrote in message
> 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