diff --git a/src/core/include/mp-units/quantity_point.h b/src/core/include/mp-units/quantity_point.h index 4e7de650..7c91f93b 100644 --- a/src/core/include/mp-units/quantity_point.h +++ b/src/core/include/mp-units/quantity_point.h @@ -115,7 +115,7 @@ public: template QP> requires std::constructible_from constexpr explicit(!std::convertible_to) quantity_point(const QP& qp) : - q_(qp.relative() + QP::zero() - zero()) + q_(qp.relative() + QP::zero().absolute() - zero().absolute()) { }