diff --git a/src/core/include/mp-units/quantity_spec.h b/src/core/include/mp-units/quantity_spec.h index 22cc47bb..ef224b9e 100644 --- a/src/core/include/mp-units/quantity_spec.h +++ b/src/core/include/mp-units/quantity_spec.h @@ -887,7 +887,7 @@ extract_results(bool, From = {}, To = {}, prepend_rest = {}, Elem = {}) -> extra #endif template -[[nodiscard]] consteval auto extract_convertible_quantities(From from, To to) +[[nodiscard]] consteval auto extract_convertible_quantities(From, To) { constexpr auto qfrom = map_power(From{}); constexpr auto qto = map_power(To{});