diff --git a/test/unit_test/static/quantity_point_test.cpp b/test/unit_test/static/quantity_point_test.cpp index ac0e6b9a..48b379a5 100644 --- a/test/unit_test/static/quantity_point_test.cpp +++ b/test/unit_test/static/quantity_point_test.cpp @@ -117,6 +117,12 @@ static_assert(zeroth_point_origin(my_kelvin) == si::absolute_zero); static_assert(zeroth_point_origin(si::degree_Celsius) == si::ice_point); static_assert(zeroth_point_origin(mag<10> * si::degree_Celsius) == si::ice_point); +static_assert(zeroth_point_origin(si::metre) == implicit_zeroth_point_origin>); +static_assert(zeroth_point_origin(si::kelvin / si::second) == + implicit_zeroth_point_origin>); +static_assert(zeroth_point_origin(si::degree_Celsius / si::second) == + implicit_zeroth_point_origin>); + ///////////////////// // class invariants /////////////////////