mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-17 22:52:13 +02:00
don't use iterator adaptors at all under VC++, even with STLport
until we can figure out why the INTERNAL COMPILER ERROR's are happening [SVN r8139]
This commit is contained in:
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
|
|
||||||
#if !defined(BOOST_MSVC) || defined(__SGI_STL_PORT)
|
#if !defined(BOOST_MSVC)
|
||||||
#define BOOST_USE_ITERATOR_ADAPTORS
|
#define BOOST_USE_ITERATOR_ADAPTORS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user