From 1cd8b63448c985bf2935f3a26f66860e62f5af38 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 20 Sep 2001 10:34:01 +0000 Subject: [PATCH] Fixed vc6 + STLport config (must not have BOOST_MSVC_ITERATOR defined) [SVN r11162] --- include/boost/config/stdlib/stlport.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/boost/config/stdlib/stlport.hpp b/include/boost/config/stdlib/stlport.hpp index 11a676ea..61990e63 100644 --- a/include/boost/config/stdlib/stlport.hpp +++ b/include/boost/config/stdlib/stlport.hpp @@ -74,7 +74,9 @@ // #if defined (_STLP_USE_OLD_HP_ITERATOR_QUERIES) || defined (__STL_USE_OLD_HP_ITERATOR_QUERIES)\ || (!defined ( _STLP_CLASS_PARTIAL_SPECIALIZATION ) && !defined ( __STL_CLASS_PARTIAL_SPECIALIZATION )) -# define BOOST_MSVC_STD_ITERATOR +// disable this for now, it causes too many problems, we need a better +// fix for broken reverse iterators: +// # define BOOST_MSVC_STD_ITERATOR #endif //