use *almost* ideal world implementation of is_convertible_basic_impl for IBM VisualAge compiler

[SVN r19293]
This commit is contained in:
Toon Knapen
2003-07-24 07:41:44 +00:00
parent 5ae6927668
commit eb1c21ad4c

View File

@ -129,7 +129,8 @@ 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(__ICL)) \
|| defined(__IBMCPP__)
//
// This is *almost* an ideal world implementation as it doesn't rely
// on undefined behaviour by passing UDT's through (...).