diff --git a/src/core/include/mp-units/framework/quantity_point.h b/src/core/include/mp-units/framework/quantity_point.h index a3113eac..4a74a97e 100644 --- a/src/core/include/mp-units/framework/quantity_point.h +++ b/src/core/include/mp-units/framework/quantity_point.h @@ -51,8 +51,7 @@ template return is_specialization_of_zeroth_point_origin; } -template Q = std::remove_cvref_t> +template Q = std::remove_cvref_t> [[nodiscard]] constexpr QuantityPoint auto make_quantity_point(FwdQ&& q, PO po) { if constexpr (detail::is_zeroth_point_origin(PO{}))