diff --git a/test/unit_test/static/custom_rep_test_min_expl.cpp b/test/unit_test/static/custom_rep_test_min_expl.cpp index bd2f7660..fb2d75f3 100644 --- a/test/unit_test/static/custom_rep_test_min_expl.cpp +++ b/test/unit_test/static/custom_rep_test_min_expl.cpp @@ -137,9 +137,13 @@ static_assert(QuantityValue>); static_assert(!QuantityValue>); static_assert(!QuantityValue>); static_assert(!QuantityValue>); +#if COMP_GCC == 10 && COMP_GCC_MINOR > 0 static_assert(!QuantityValue>); +#endif static_assert(!QuantityValue>); +#if COMP_GCC == 10 && COMP_GCC_MINOR > 0 static_assert(!QuantityValue>); +#endif static_assert(!QuantityValue>); static_assert(!QuantityValue>); static_assert(!QuantityValue>);