Skip to content

Commit 29c50bc

Browse files
committed
Merge branch 'master' of github.com:mpusz/units
2 parents 6361daa + 01ceb31 commit 29c50bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/include/mp-units/framework/quantity_point.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ struct point_origin_interface {
6868
return quantity_point{std::forward<FwdQ>(q), po};
6969
}
7070

71-
template<Quantity FwdQ, PointOrigin PO, QuantityOf<PO::_quantity_spec_> Q = std::remove_cvref_t<FwdQ>>
71+
template<typename FwdQ, PointOrigin PO, QuantityOf<PO::_quantity_spec_> Q = std::remove_cvref_t<FwdQ>>
7272
[[nodiscard]] friend constexpr QuantityPoint auto operator+(FwdQ&& q, PO po)
7373
{
7474
return po + std::forward<FwdQ>(q);

0 commit comments

Comments
 (0)