
21 Jan
2008
21 Jan
'08
6:42 p.m.
On Mon, 2008-01-21 at 08:13 -0800, Chad Walters wrote:
1. What other Boost libraries make use of Boost.Function in a way that might tickle this particular bug? I'd like to understand if we are being affected by this in any way and while we aren't using Boost.Function directly, perhaps we are using it indirectly. More generally, is there a good way to understand which Boost libraries are dependent on which other libraries?
There isn't a good way to determine library dependencies. The obvious candidates are users of Function, Thread, Signals, or anything that depends on those. - Doug