Boost logo

Boost :

From: John Maddock (john_at_[hidden])
Date: 2005-12-16 05:59:12


>> 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.


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