mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
Give BOOST_SLIST_HEADER a default value.
[SVN r32696]
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user