Skip to content

Commit

Permalink
fix: unused parametrs identifiers removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Oct 4, 2023
1 parent a32866a commit fa5419b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/include/mp-units/quantity_spec.h
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ extract_results(bool, From = {}, To = {}, prepend_rest = {}, Elem = {}) -> extra
#endif

template<typename From, typename To>
[[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{});
Expand Down

0 comments on commit fa5419b

Please sign in to comment.