diff --git a/test/static/dimension_test.cpp b/test/static/dimension_test.cpp index 8064831e..c354e03c 100644 --- a/test/static/dimension_test.cpp +++ b/test/static/dimension_test.cpp @@ -234,6 +234,10 @@ static_assert(length != time); static_assert(acceleration != speed); // power +static_assert(is_of_type(length), dimension_one_>); +static_assert(is_of_type(length), length_>); +static_assert(is_of_type(length), length_>); +static_assert(is_of_type(dimension_one), dimension_one_>); static_assert(is_of_type(length), derived_dimension>>); static_assert(is_of_type(length), derived_dimension>>); static_assert(is_of_type(length* length), length_>);