diff --git a/test/variant_hash.cpp b/test/variant_hash.cpp index bcc264b..ecff656 100644 --- a/test/variant_hash.cpp +++ b/test/variant_hash.cpp @@ -63,7 +63,7 @@ int main() test2(); test2(); -#if !BOOST_WORKAROUND(BOOST_MSVC, < 1910) +#if !BOOST_WORKAROUND(BOOST_MSVC, < 1910) && ( !defined(_LIBCPP_STD_VER) || _LIBCPP_STD_VER > 11 ) BOOST_TEST_TRAIT_FALSE(( detail::is_hash_enabled ));