diff --git a/test/unordered/unnecessary_copy_tests.cpp b/test/unordered/unnecessary_copy_tests.cpp index f13090f1..a531a6ce 100644 --- a/test/unordered/unnecessary_copy_tests.cpp +++ b/test/unordered/unnecessary_copy_tests.cpp @@ -357,8 +357,7 @@ namespace unnecessary_copy_tests #if (defined(__GNUC__) && __GNUC__ > 4) || \ (defined(__GNUC__) && __GNUC__ == 4 && __GNUC_MINOR__ > 2) || \ - (defined(BOOST_MSVC) && BOOST_MSVC >= 1600 ) || \ - (!defined(__GNUC__) && !defined(BOOST_MSVC)) + (defined(BOOST_MSVC) && BOOST_MSVC >= 1600 ) count_copies part; reset(); std::pair a_ref(part, part);