Roll back Intel-breaking changes that were intended to fix Intel.

[SVN r20888]
This commit is contained in:
Dave Abrahams
2003-11-20 21:37:33 +00:00
parent 372d08277f
commit 3fe5c5fe0e

View File

@@ -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