diff --git a/test/unit_test/static/custom_rep_min_req_test.cpp b/test/unit_test/static/custom_rep_min_req_test.cpp index 09baabc9..5db6f01a 100644 --- a/test/unit_test/static/custom_rep_min_req_test.cpp +++ b/test/unit_test/static/custom_rep_min_req_test.cpp @@ -248,30 +248,4 @@ static_assert(length>(quantity_cast(length< static_assert(!std::is_constructible_v>, length>>); static_assert(length>(quantity_cast(length>(expl_expl(2000)))).count() == expl_expl(2)); -static_assert(!std::is_constructible_v>, speed>>); -static_assert(speed>(quantity_cast(speed>(72))).count() == impl(20)); -static_assert(!std::is_constructible_v>, speed>>); -static_assert(speed>(quantity_cast(speed>(expl(72)))).count() == expl(20)); -static_assert(!std::is_constructible_v>, speed>>); -static_assert(speed>(quantity_cast(speed>(72))).count() == impl_impl(20)); -static_assert(!std::is_constructible_v>, speed>>); -static_assert(speed>(quantity_cast(speed>(72))).count() == impl_expl(20)); -static_assert(!std::is_constructible_v>, speed>>); -static_assert(speed>(quantity_cast(speed>(expl_impl(72)))).count() == expl_impl(20)); -static_assert(!std::is_constructible_v>, speed>>); -static_assert(speed>(quantity_cast(speed>(expl_expl(72)))).count() == expl_expl(20)); - -static_assert(!std::is_constructible_v>, speed>>); -static_assert(speed>(quantity_cast(speed>(20))).count() == impl(72)); -static_assert(!std::is_constructible_v>, speed>>); -static_assert(speed>(quantity_cast(speed>(expl(20)))).count() == expl(72)); -static_assert(!std::is_constructible_v>, speed>>); -static_assert(speed>(quantity_cast(speed>(20))).count() == impl_impl(72)); -static_assert(!std::is_constructible_v>, speed>>); -static_assert(speed>(quantity_cast(speed>(20))).count() == impl_expl(72)); -static_assert(!std::is_constructible_v>, speed>>); -static_assert(speed>(quantity_cast(speed>(expl_impl(20)))).count() == expl_impl(72)); -static_assert(!std::is_constructible_v>, speed>>); -static_assert(speed>(quantity_cast(speed>(expl_expl(20)))).count() == expl_expl(72)); - } // namespace