From 3fe5c5fe0efe33278254b845f82ca0098fa03767 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 20 Nov 2003 21:37:33 +0000 Subject: [PATCH] Roll back Intel-breaking changes that were intended to fix Intel. [SVN r20888] --- 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 2963562..ab63a5c 100644 --- a/include/boost/type_traits/is_convertible.hpp +++ b/include/boost/type_traits/is_convertible.hpp @@ -129,7 +129,7 @@ struct is_convertible_basic_impl }; #elif (defined(BOOST_MSVC) && (BOOST_MSVC > 1310)) \ - || (defined(__EDG_VERSION__) && (__EDG_VERSION__ >= 245) && (!defined(BOOST_INTEL) || BOOST_INTEL >= 700)) \ + || (defined(__EDG_VERSION__) && (__EDG_VERSION__ >= 245) && !defined(__ICL)) \ || defined(__IBMCPP__) // // This is *almost* an ideal world implementation as it doesn't rely