
14 Mar
2006
14 Mar
'06
10:08 a.m.
Johan Nilsson wrote:
The following fails to compile using g++ 4.0.2 under suse linux:
--- #define BOOST_TEST_MODULE foo #include <boost/test/unit_test_suite.hpp>
Sorry, the above is a typo, it's really: #include <boost/test/auto_unit_test.hpp> (errors from previous post still apply) // Johan