Skip to content

Commit

Permalink
fix unused typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
burnpanck committed May 10, 2024
1 parent 3bd4f4d commit 77113cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/include/mp-units/framework/value_cast.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ template<Quantity ToQ, typename Q>
std::constructible_from<typename ToQ::rep, typename std::remove_reference_t<Q>::rep>
[[nodiscard]] constexpr Quantity auto value_cast(Q&& q)
{
using q_type = std::remove_reference_t<Q>;
return detail::sudo_cast<ToQ>(std::forward<Q>(q));
}

Expand Down

0 comments on commit 77113cb

Please sign in to comment.