From ae7423f9acdafd9c31a87096e82c55b87e708e55 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Sun, 27 Jul 2003 13:00:27 +0000 Subject: [PATCH] Partial fix for Intel 8.0 [SVN r19321] --- 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 38a860a..67e5cfe 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(__ICL)) \ + || (defined(__EDG_VERSION__) && (__EDG_VERSION__ >= 245) && (!defined(BOOST_INTEL) || BOOST_INTEL >= 800)) \ || defined(__IBMCPP__) // // This is *almost* an ideal world implementation as it doesn't rely