$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-01-28 05:23:21
> However, the right answer is probably to add this to
> config/suffix.hpp:
>
> #if defined(BOOST_HAS_SLIST) && !defined(BOOST_SLIST_HEADER)
> # define BOOST_SLIST_HEADER <slist>
> #endif
>
> Likewise for the hash_set and hash_map headers.
>
> If nobody objects, I'll make this change so that BOOST_SLIST_HEADER
> becomes useful. (And, of course, I'll document the new functionality).
Yep, please do go ahead,
John.