Use iterator adaptors with STLport.

[SVN r7788]
This commit is contained in:
Dave Abrahams 2000-09-24 01:06:34 +00:00
parent 76efd2456c
commit 61d2d43ea5

View File

@ -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