
9 Feb
2005
9 Feb
'05
4:25 p.m.
Martin Wille wrote:
Fusion still uses BOOST_TEST (which doesn't exist anymore).
I didn't replace them as I did with the others because there's nothing in the regression tests about fusion. In program_options/winmain.cpp, there is another problem with BOOST_CHECK_EQUAL_COLLECTIONS: http://tinyurl.com/58q8u There are a few other problems that are responsible for the major part of failing test cases: 1) a missing function IsDebuggerPresent() --> http://tinyurl.com/4va7p 2) error: namespace "boost" has no member "exit_success" --> http://tinyurl.com/44dj5 What is the migration strategy for these? Stefan