From 91ef105c638c9ddebe6a3ee4878b49ce65a466ac Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 25 Dec 2002 23:43:45 +0000 Subject: [PATCH] Account for my older vc7.1 beta version [SVN r16701] --- include/boost/type_traits/is_convertible.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/type_traits/is_convertible.hpp b/include/boost/type_traits/is_convertible.hpp index fa9f383..8c5345f 100644 --- a/include/boost/type_traits/is_convertible.hpp +++ b/include/boost/type_traits/is_convertible.hpp @@ -125,7 +125,7 @@ struct is_convertible_impl == sizeof(::boost::type_traits::yes_type); }; -#elif (defined(BOOST_MSVC) && (BOOST_MSVC >= 1310))\ +#elif (defined(BOOST_MSVC) && (BOOST_MSVC >= 1310) && _MSC_FULL_VER > 13102215) \ || (defined(__EDG_VERSION__) && (__EDG_VERSION__ >= 245) && !defined(__ICL)) // // This is *almost* an ideal world implementation as it doesn't rely