Give BOOST_SLIST_HEADER a default value.

[SVN r32696]
This commit is contained in:
John Maddock
2006-02-07 11:04:15 +00:00
parent faa53217cd
commit 458d542084

View File

@ -264,6 +264,13 @@
# define BOOST_NO_HASH
# endif
//
// Set BOOST_SLIST_HEADER if not set already:
//
#if defined(BOOST_HAS_SLIST) && !defined(BOOST_SLIST_HEADER)
# define BOOST_SLIST_HEADER <slist>
#endif
// BOOST_HAS_ABI_HEADERS
// This macro gets set if we have headers that fix the ABI,
// and prevent ODR violations when linking to external libraries: