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