From 9d659841a0043269425100d5b64b4cb9c663273c Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Sat, 4 Nov 2000 23:15:10 +0000 Subject: [PATCH] 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] --- include/boost/pending/integer_range.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/pending/integer_range.hpp b/include/boost/pending/integer_range.hpp index cb420c6..7726936 100644 --- a/include/boost/pending/integer_range.hpp +++ b/include/boost/pending/integer_range.hpp @@ -15,7 +15,7 @@ #include -#if !defined(BOOST_MSVC) || defined(__SGI_STL_PORT) +#if !defined(BOOST_MSVC) #define BOOST_USE_ITERATOR_ADAPTORS #endif