diff --git a/integer_traits_test.cpp b/integer_traits_test.cpp index 6384156..d0127d6 100644 --- a/integer_traits_test.cpp +++ b/integer_traits_test.cpp @@ -83,7 +83,7 @@ int test_main(int, char*[]) runtest("long", long()); typedef unsigned long unsigned_long; runtest("unsigned long", unsigned_long()); -#if !defined(BOOST_NO_INT64_T) && !defined(BOOST_MSVC) && !defined(__BORLANDC__) && !defined(__BEOS__) +#if !defined(BOOST_NO_INT64_T) && (!defined(BOOST_MSVC) || BOOST_MSVC > 1300) && !defined(__BORLANDC__) && !defined(__BEOS__) // // MS/Borland compilers can't support 64-bit member constants // BeOS doesn't have specialisations for long long in SGI's header.