From 61d2d43ea54475a2183025e5beb194586af6fd48 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 24 Sep 2000 01:06:34 +0000 Subject: [PATCH] Use iterator adaptors with STLport. [SVN r7788] --- 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 f3c54c6..d6ab718 100644 --- a/include/boost/pending/integer_range.hpp +++ b/include/boost/pending/integer_range.hpp @@ -13,7 +13,7 @@ #ifndef BOOST_INTEGER_RANGE_HPP_ #define BOOST_INTEGER_RANGE_HPP_ -#ifndef BOOST_MSVC +#if !defined(BOOST_MSVC) || defined(__SGI_STL_PORT) #define BOOST_USE_ITERATOR_ADAPTORS #endif