mirror of
https://github.com/boostorg/type_traits.git
synced 2025-08-03 14:34:34 +02:00
missing ||
[SVN r16100]
This commit is contained in:
@@ -126,7 +126,7 @@ struct is_convertible_impl
|
||||
};
|
||||
|
||||
#elif (defined(BOOST_MSVC) && (BOOST_MSVC >= 1310))\
|
||||
(defined(__EDG_VERSION__) && (__EDG_VERSION__ >= 245) && !defined(__ICL))
|
||||
|| (defined(__EDG_VERSION__) && (__EDG_VERSION__ >= 245) && !defined(__ICL))
|
||||
//
|
||||
// This is *almost* an ideal world implementation as it doesn't rely
|
||||
// on undefined behaviour by passing UDT's through (...).
|
||||
|
Reference in New Issue
Block a user