$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2005-12-16 10:54:55
> #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.
auto_link.hpp is included only in 3 headers:
boost/test/unit_test.hpp
boost/test/test_exec_monitor.hpp
boost/test/prg_exec_monitor.hpp
None it which is included by the 2 headers above. Are you sure you did not
modify files locally?
Gennadiy