$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2005-02-08 10:44:12
On Feb 8, 2005, at 9:36 AM, Stefan Slapeta wrote:
> Douglas Gregor wrote:
>
>> The header file needs to change, to include boost/test/minimal.hpp
>> instead.
>
> are you sure? this would mean that you can include graph_test.hpp in
> only exactly one translation unit!
I think that's okay. graph_test.hpp is only meant to be included by the
one-off tests for the graph lib. It really shouldn't even be in
boost/graph, where it is accessible to users.
Doug