
Bronek Kozicki <brok@rubikon.pl> writes:
David Abrahams wrote:
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.
OK, one problem is fixed. I just found that using BOOST_CHECK_EQUAL would require linking with test framework, and this would mean changes in Jamfile, thus I won't bother with this. There is however another problem - boost::noncopyable is not defined in <boost/noncopyable.hpp>
It is on my machine. I've enclosed the file for your reading pleasure.
. I suggest to move typedef boost::noncopyable to another file boost/detail/noncopyable_typedef.hpp and update both boost/noncopyable.hpp and boost/utility_fwd.hpp to include this file (noncopyable_typedef.hpp and patches attached)
Overkill, I think. -- Dave Abrahams Boost Consulting http://www.boost-consulting.com