Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2004-08-20 11:03:53


Bronek Kozicki <brok_at_[hidden]> writes:

> For some time already I'm receiving failed assertion error in
> iterator_facade test. The problem is that this error is displaying
> message box (is calling _assert function defined in CRT) that cannot
> be automatially closed by execution_monitor.exe . I suggest that
> BOOST_ASSERT(state == 8) in iterator_facade.cpp be changed to
> BOOST_CHECK_EQUAL(state, 8) . Actual value of "state" variable at this
> point in this test is 7, thus failed assertion.

The failure was caused by a missed checkin of new_iterator_tests.hpp;
should be fixed now. If you want to change to BOOST_CHECK_EQUAL,
feel free to make that patch.

-- 
Dave Abrahams
Boost Consulting
http://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