
8 Feb
2005
8 Feb
'05
3:44 p.m.
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