VC++ 7.1 RC3 fix (Carl Daniel)

[SVN r17769]
This commit is contained in:
Beman Dawes
2003-03-07 17:29:26 +00:00
parent ee8ef4cbd6
commit 0fa3a5020b

View File

@@ -128,7 +128,7 @@ struct is_convertible_basic_impl
== sizeof(::boost::type_traits::yes_type);
};
#elif (defined(BOOST_MSVC) && (BOOST_MSVC >= 1310) && _MSC_FULL_VER > 13102292) \
#elif (defined(BOOST_MSVC) && (BOOST_MSVC > 1310)) \
|| (defined(__EDG_VERSION__) && (__EDG_VERSION__ >= 245) && !defined(__ICL))
//
// This is *almost* an ideal world implementation as it doesn't rely