We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 088fb3c + bd3cc8b commit 01ceb31Copy full SHA for 01ceb31
src/core/include/mp-units/framework/quantity_point.h
@@ -68,7 +68,7 @@ struct point_origin_interface {
68
return quantity_point{std::forward<FwdQ>(q), po};
69
}
70
71
- template<Quantity FwdQ, PointOrigin PO, QuantityOf<PO::_quantity_spec_> Q = std::remove_cvref_t<FwdQ>>
+ template<typename FwdQ, PointOrigin PO, QuantityOf<PO::_quantity_spec_> Q = std::remove_cvref_t<FwdQ>>
72
[[nodiscard]] friend constexpr QuantityPoint auto operator+(FwdQ&& q, PO po)
73
{
74
return po + std::forward<FwdQ>(q);
0 commit comments