Dependency graph between boost libraries

Hello, I was wondering wether there was available somewhere a depency graph between boost libraries (eg serialization uses mp, compressed_pair uses type_traits...). Best regards, -- Loïc

"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

Pavel Vozenilek wrote:
"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.
Yes - help is at hand. There has been some discussion about this in the 'user' NG and some variation of bcp will be used to produce such a graph. Jim
participants (3)
-
Jim Douglas
-
Loïc Joly
-
Pavel Vozenilek