work around for VC++ bug, triggered by overloading of remove_edge

[SVN r7860]
This commit is contained in:
Jeremy Siek
2000-09-27 21:02:16 +00:00
parent 24c3beb791
commit b54236986d

View File

@ -13,6 +13,8 @@
#ifndef BOOST_INTEGER_RANGE_HPP_
#define BOOST_INTEGER_RANGE_HPP_
#include <boost/config.hpp>
#if !defined(BOOST_MSVC) || defined(__SGI_STL_PORT)
#define BOOST_USE_ITERATOR_ADAPTORS
#endif