From: John Maddock (john_at_[hidden])
Date: 2004-11-09 07:12:46


> Oh, nasty. If your tests use the Boost.Test library your library
> shows up as dependent on all of its dependencies. So for example
> the iterators library is showing up as dependent on all of these,
> on which it does *not* depend.

Good point, unfortunately there is no definitive list of which header-files
belong to which library, so using the test files to track dependencies is
very much second best, and as you say gives misleading results, any better
ideas appreciated,

John.