Boost logo

Boost :

From: John Maddock (John_Maddock_at_[hidden])
Date: 2001-12-26 07:39:01


OK to get the lib compiling with gcc the following changes are necessary:

in test_tools.hpp : include
<boost/test/detail/floating_point_comparison.hpp>

in test_tools.cpp : change occurances of std::ios_base to std::istream

in test_tools_test.cpp : change <typeinfo.h> to <typeinfo>, the .h version
has no existence in the standard.

I have no fix for the problems in unit_test_suite_ex_test.cpp

>Maybe &test2 should be substituted with ptr_fun( &test2 )?

That seems not to work either.

- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/


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