forked from boostorg/iterator
work around for VC++ bug, triggered by overloading of remove_edge
[SVN r7860]
This commit is contained in:
@ -13,6 +13,8 @@
|
|||||||
#ifndef BOOST_INTEGER_RANGE_HPP_
|
#ifndef BOOST_INTEGER_RANGE_HPP_
|
||||||
#define BOOST_INTEGER_RANGE_HPP_
|
#define BOOST_INTEGER_RANGE_HPP_
|
||||||
|
|
||||||
|
#include <boost/config.hpp>
|
||||||
|
|
||||||
#if !defined(BOOST_MSVC) || defined(__SGI_STL_PORT)
|
#if !defined(BOOST_MSVC) || defined(__SGI_STL_PORT)
|
||||||
#define BOOST_USE_ITERATOR_ADAPTORS
|
#define BOOST_USE_ITERATOR_ADAPTORS
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user