
7 Feb
2006
7 Feb
'06
10:59 a.m.
I've modified my code to read:
#ifdef BOOST_HAS_SLIST
#include BOOST_SLIST_HEADER
Now it is failing with the following compilers:
mingw
borland
What am I missing here?
Looks like Doug didn't add a default value for BOOST_SLIST_HEADER if it isn't otherwise defined: I'll add one to boost/config/suffix.hpp (works for me on MinGW and Borland now). Doug: Did you add docs for this new macro BTW? John.