$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-02-07 05:59:15
> 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.