[SVN r10708]
This commit is contained in:
Dave Abrahams
2001-07-27 11:36:53 +00:00
parent e37ec5a95e
commit 24ad6f217b

View File

@@ -521,7 +521,9 @@
# ifndef _GLOBAL_USING // can be defined in yvals.h # ifndef _GLOBAL_USING // can be defined in yvals.h
# define BOOST_NO_STDC_NAMESPACE # define BOOST_NO_STDC_NAMESPACE
# endif # endif
# define BOOST_MSVC_STD_ITERATOR # if _CPPLIB_VER < 308 // fix due to kensai@pacbell.net
# define BOOST_MSVC_STD_ITERATOR
# endif
# else # else
# define BOOST_MSVC_STD_ITERATOR # define BOOST_MSVC_STD_ITERATOR
# define BOOST_NO_SLIST # define BOOST_NO_SLIST