diff --git a/src/core/include/mp-units/framework/quantity_point.h b/src/core/include/mp-units/framework/quantity_point.h index fb582fd1e..a3113eac8 100644 --- a/src/core/include/mp-units/framework/quantity_point.h +++ b/src/core/include/mp-units/framework/quantity_point.h @@ -68,8 +68,7 @@ struct point_origin_interface { return quantity_point{std::forward(q), po}; } - template Q = std::remove_cvref_t> + template Q = std::remove_cvref_t> [[nodiscard]] friend constexpr QuantityPoint auto operator+(FwdQ&& q, PO po) { return po + std::forward(q);