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