forked from boostorg/iterator
slist updates
[SVN r32477]
This commit is contained in:
@ -47,7 +47,11 @@
|
|||||||
#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
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user