$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (dgregor_at_[hidden])
Date: 2008-01-21 13:42:57
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