$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2004-03-17 10:41:23
On Thursday 11 March 2004 03:14 am, Nicola Musatti wrote:
> This appears to be caused by the explicit inclusion of
> boost/signals/detail/config.hpp in boost/signals/detail/signal_base.hpp.
> The effect of this inclusion is to miss the indirect inclusion of
> boost/config.hpp .
>
> After removing the #include <boost/signals/detail/config.hpp> line from
> signal_base.hpp the DLL's build correctly. Note that while I only tested
> with the borland toolset this problem is potentially present on all the
> win32 toolsets.
... or just include <boost/config.hpp> from <boost/signals/detail/config.hpp>.
I've checked this in.
Doug