forked from boostorg/type_traits
Partial fix for Intel 8.0
[SVN r19321]
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user