30 May
2014
30 May
'14
5:19 p.m.
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.