Tidied up #if

[SVN r14651]
This commit is contained in:
John Maddock
2002-07-31 11:23:01 +00:00
parent ec0bf8e76a
commit 51aac5ee14

View File

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