missing ||

[SVN r16100]
This commit is contained in:
Beman Dawes
2002-11-04 18:15:57 +00:00
parent f49d7192a7
commit 46652e39e6

View File

@@ -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 (...).