$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Matt Hurd (matt.hurd_at_[hidden])
Date: 2005-08-16 03:51:01
I noticed that in
http://www.boost.org/libs/test/doc/components/test_tools/reference/BOOST_CHECK_PREDICATE.html
the second example uses incorrect syntax.
I think it s/be
BOOST_CHECK_PREDICATE( std::not_equal_to<int>(), (i)(17) );
Regards,
Matt
matthurd_at_[hidden]