From 234c93f760f9db3e6e010dc18fbdb1d78aff04ad Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 20 May 2002 11:44:31 +0000 Subject: [PATCH] Re-enabled BOOST_MSVC_STD_ITERATOR for VC+STLport (seems to work now). [SVN r13985] --- include/boost/config/stdlib/stlport.hpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/include/boost/config/stdlib/stlport.hpp b/include/boost/config/stdlib/stlport.hpp index 5742e3f0..41ac0973 100644 --- a/include/boost/config/stdlib/stlport.hpp +++ b/include/boost/config/stdlib/stlport.hpp @@ -92,13 +92,11 @@ # endif #endif // -// std::reverse_iterate behaves like VC6's under some circumstances: +// std::iterator behaves like VC6's under some circumstances: // #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 )) -// disable this for now, it causes too many problems, we need a better -// fix for broken reverse iterators: -// # define BOOST_MSVC_STD_ITERATOR +# define BOOST_MSVC_STD_ITERATOR #endif // @@ -133,3 +131,4 @@ +