Account for my older vc7.1 beta version

[SVN r16701]
This commit is contained in:
Dave Abrahams
2002-12-25 23:43:45 +00:00
parent 531442b4f1
commit 91ef105c63

View File

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