
17 Mar
2004
17 Mar
'04
3:41 p.m.
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