$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [modularization] proposal and poll
From: Peter Dimov (lists_at_[hidden])
Date: 2014-05-30 13:19:28
John Maddock wrote:
> A lot of those look like testing dependencies rather than header-usage
> dependencies?
No, they are purely header-based. They don't even take the library sources
into account. Only headers are scanned. If you want to see why module X is
listed as requiring module Y, compile boostdep.cpp, cd into the Boost root
and run "boostdep X" and it will tell you.