Fixes for use with older dinkum libraries

[SVN r13189]
This commit is contained in:
Dave Abrahams
2002-03-14 05:08:55 +00:00
parent 32b9a941eb
commit 9689b13885

View File

@ -55,7 +55,7 @@
# endif
#endif
#if defined(_MSC_VER) && (_MSC_VER <= 1200)
#if defined(_MSC_VER) && (_MSC_VER <= 1200) || !defined(_CPPLIB_VER) || _CPPLIB_VER < 306
// if we're using a dinkum lib that's
// been configured for VC6 then there is
// no iterator traits (true even for icl)