diff --git a/test/variant_in_place_index_construct_cx.cpp b/test/variant_in_place_index_construct_cx.cpp index f3f8f9d..ea4b3ab 100644 --- a/test/variant_in_place_index_construct_cx.cpp +++ b/test/variant_in_place_index_construct_cx.cpp @@ -105,9 +105,9 @@ int main() STATIC_ASSERT( v.index() == 4 ); } -#if BOOST_WORKAROUND(BOOST_GCC, >= 100000 && BOOST_GCC < 110000) +#if BOOST_WORKAROUND(BOOST_GCC, >= 100000 && BOOST_GCC < 120000) - // no idea why this fails on g++ 10 + // no idea why this fails on g++ 10/11 #else diff --git a/test/variant_in_place_type_construct_cx.cpp b/test/variant_in_place_type_construct_cx.cpp index c3d57ff..832de3d 100644 --- a/test/variant_in_place_type_construct_cx.cpp +++ b/test/variant_in_place_type_construct_cx.cpp @@ -102,9 +102,9 @@ int main() STATIC_ASSERT( holds_alternative(v) ); } -#if BOOST_WORKAROUND(BOOST_GCC, >= 100000 && BOOST_GCC < 110000) +#if BOOST_WORKAROUND(BOOST_GCC, >= 100000 && BOOST_GCC < 120000) - // no idea why this fails on g++ 10 + // no idea why this fails on g++ 10/11 #else