diff --git a/test/unordered/unnecessary_copy_tests.cpp b/test/unordered/unnecessary_copy_tests.cpp index 161f943b..31f7e8b9 100644 --- a/test/unordered/unnecessary_copy_tests.cpp +++ b/test/unordered/unnecessary_copy_tests.cpp @@ -442,7 +442,7 @@ namespace unnecessary_copy_tests COPY_COUNT(2); MOVE_COUNT(source_pair_cost); #if !(defined(__GNUC__) && __cplusplus < 199900L) && \ - !(defined(BOOST_MSVC) && BOOST_MSVC < 1600) + !(defined(_MSC_VER) && _MSC_VER < 1600) count_copies part; reset(); std::pair a_ref(part, part);