Boost logo

Boost :

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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk