diff --git a/test/shared_ptr_test.cpp b/test/shared_ptr_test.cpp index 3e36c24..a129613 100644 --- a/test/shared_ptr_test.cpp +++ b/test/shared_ptr_test.cpp @@ -138,7 +138,7 @@ void pointer_constructor() { pc0_test(static_cast(0)); -#if !defined(BOOST_MSVC) || (BOOST_MSVC > 1200) +#if !defined(BOOST_MSVC) || (BOOST_MSVC > 1300) pc0_test(static_cast(0)); pc0_test(static_cast(0));