$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2006-02-08 12:40:12
"Loïc Joly" wrote:
I was wondering wether there was available somewhere a depency graph
between boost libraries (eg serialization uses mp, compressed_pair uses
type_traits...).
----------
AFAIK no.
bcp tool
http://www.boost.org/tools/bcp/bcp.html
is able to extract given library and all its dependencies.
Perhaps this is what you are looking for.
/Pavel