$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2005-12-26 19:27:31
> Thanks. I think the key thing I was missing was the appropriate
> include, which I guess is necessary now but didn't used to be needed.
[...]
> #include <boost/test/output_test_stream.hpp>
Yes. In 1.33 output_test_stream.hpp is not included in test_tools.hpp
anymore. You need to include one explicetly.
Gennadiy