Removed msvc-iterator flag

[SVN r14033]
This commit is contained in:
John Maddock
2002-05-24 11:07:09 +00:00
parent 52a0dc9a14
commit d0e59f4b09

View File

@ -91,13 +91,6 @@
# define BOOST_NO_STDC_NAMESPACE
# endif
#endif
//
// 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 ))
# define BOOST_MSVC_STD_ITERATOR
#endif
//
// std::use_facet may be non-standard, uses a class instead:
@ -132,3 +125,4 @@