diff --git a/src/core/include/mp-units/framework/quantity_spec.h b/src/core/include/mp-units/framework/quantity_spec.h index 4fc1da9a..4cf65f86 100644 --- a/src/core/include/mp-units/framework/quantity_spec.h +++ b/src/core/include/mp-units/framework/quantity_spec.h @@ -1031,7 +1031,7 @@ template } template -[[nodiscard]] consteval specs_convertible_result convertible_kinds(From from, To to) +[[nodiscard]] consteval specs_convertible_result convertible_kinds(From from, To) { constexpr auto from_root = detail::get_kind_tree_root(From{}); constexpr auto to_root = detail::get_kind_tree_root(To{});