
8 Feb
2006
8 Feb
'06
5:40 p.m.
"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