diff --git a/test/static/quantity_test.cpp b/test/static/quantity_test.cpp index 56485bf35..49e9082cd 100644 --- a/test/static/quantity_test.cpp +++ b/test/static/quantity_test.cpp @@ -474,7 +474,8 @@ static_assert(quantity{v{1., 2., 3}}.quantity_spec == kind_of); using namespace std::chrono_literals; static_assert(std::is_same_v); -static_assert(std::is_same_v); +static_assert( + std::is_same_v(123.)))::rep>); static_assert(quantity{24h}.unit == si::hour); static_assert(quantity{24h}.quantity_spec == kind_of); #endif