Skip to content

Commit

Permalink
fix: unused convertible_kinds() argument removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Dec 28, 2024
1 parent 814f937 commit e94df6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/include/mp-units/framework/quantity_spec.h
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ template<QuantitySpec From, QuantitySpec To>
}

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

0 comments on commit e94df6e

Please sign in to comment.