mirror of
https://github.com/boostorg/iterator.git
synced 2025-05-11 13:33:56 +00: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:
parent
efcbd24229
commit
9d659841a0
@ -15,7 +15,7 @@
|
||||
|
||||
#include <boost/config.hpp>
|
||||
|
||||
#if !defined(BOOST_MSVC) || defined(__SGI_STL_PORT)
|
||||
#if !defined(BOOST_MSVC)
|
||||
#define BOOST_USE_ITERATOR_ADAPTORS
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user