forked from boostorg/iterator
slist updates
[SVN r32477]
This commit is contained in:
@ -47,8 +47,12 @@
|
|||||||
#include <list>
|
#include <list>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#ifndef BOOST_NO_SLIST
|
#ifndef BOOST_NO_SLIST
|
||||||
|
# ifdef BOOST_SLIST_HEADER
|
||||||
|
# include BOOST_SLIST_HEADER
|
||||||
|
# else
|
||||||
# include <slist>
|
# include <slist>
|
||||||
# endif
|
# endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifndef BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS
|
#ifndef BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS
|
||||||
|
Reference in New Issue
Block a user