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:
Jeremy Siek 2000-11-04 23:15:10 +00:00
parent efcbd24229
commit 9d659841a0

View File

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