From bd3cc8bbdf2cde866fdfda608532a093fcc3dadd Mon Sep 17 00:00:00 2001 From: Evelyn LePain Date: Wed, 18 Jun 2025 22:21:19 +0000 Subject: [PATCH] Try just removing the 'Quantity' concept --- src/core/include/mp-units/framework/quantity_point.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/include/mp-units/framework/quantity_point.h b/src/core/include/mp-units/framework/quantity_point.h index 3b1ee27b..6586d883 100644 --- a/src/core/include/mp-units/framework/quantity_point.h +++ b/src/core/include/mp-units/framework/quantity_point.h @@ -68,7 +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);