$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-11-08 04:55:33
Loïc Joly wrote:
> Hello,
>
> I was curious to know wether there was somewhere available a graph of
> dependencies between boost libraries ?
No, but the bcp tool can almost do what you want - in report mode it will
output a dependency analysis for a specific library or header, see
http://www.boost.org/tools/bcp/bcp.html
HTH, John.