$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2006-12-15 08:34:56
Roland Schwarz <roland.schwarz_at_[hidden]> writes:
> Replacing:
>
> BOOST_CHECK_EQUAL(a,b)
>
> by
>
> BOOST_CHECK(a == b)
>
> also makes the internal compiler error go away...
Gennadiy, what do you think about
#define BOOST_CHECK_EQUAL(a,b) BOOST_CHECK((a) == (b))
for this compiler?
-- Dave Abrahams Boost Consulting www.boost-consulting.com