diff --git a/src/core/include/mp-units/framework/quantity_spec.h b/src/core/include/mp-units/framework/quantity_spec.h index 7d99f053..d707f1c1 100644 --- a/src/core/include/mp-units/framework/quantity_spec.h +++ b/src/core/include/mp-units/framework/quantity_spec.h @@ -116,9 +116,6 @@ template requires requires { Q::dimension; } using to_dimension = MP_UNITS_NONCONST_TYPE(Q::dimension); -template -[[nodiscard]] consteval auto get_associated_quantity(U); - template [[nodiscard]] consteval QuantitySpec auto clone_kind_of(Q q);