Re-enabled BOOST_MSVC_STD_ITERATOR for VC+STLport (seems to work now).

[SVN r13985]
This commit is contained in:
John Maddock
2002-05-20 11:44:31 +00:00
parent d88a4e5f15
commit 234c93f760

View File

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