diff --git a/test/is_convertible_test.cpp b/test/is_convertible_test.cpp index 4a82267..7c04e91 100644 --- a/test/is_convertible_test.cpp +++ b/test/is_convertible_test.cpp @@ -182,7 +182,7 @@ BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_convertible<__int64,float>::value), true BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_convertible,A4530>::value), true); #endif -#ifdef BOOST_MSVC +#if defined(BOOST_MSVC) && (BOOST_MSVC > 1310) BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_convertible::value), false); BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_convertible::value), true); #endif