From 9689b1388541be1defae9b2d73a97a699cdb5168 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 14 Mar 2002 05:08:55 +0000 Subject: [PATCH] Fixes for use with older dinkum libraries [SVN r13189] --- include/boost/config/stdlib/dinkumware.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/stdlib/dinkumware.hpp b/include/boost/config/stdlib/dinkumware.hpp index d2c4ea87..5b13f7ea 100644 --- a/include/boost/config/stdlib/dinkumware.hpp +++ b/include/boost/config/stdlib/dinkumware.hpp @@ -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)