
28 Jan
2006
28 Jan
'06
10:23 a.m.
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.