
16 Dec
2005
16 Dec
'05
11:59 a.m.
but does mean a breaking change. Even if the boost/test/included/*.ipp sources were to turn off auto-linking (and they should) that won't work if some other Boost.Test header has been included first.
You need to give me more details or simple example indicating problem.
#include <boost/test/test_tools.hpp> #include <boost/test/included/test_exec_monitor.hpp> Results in the new auto-linking code being brought in, it appears to come from the test_exec_monitor.hpp include. John.