diff --git a/src/core/include/mp-units/quantity_point.h b/src/core/include/mp-units/quantity_point.h index 5ef2f588..16f8d62a 100644 --- a/src/core/include/mp-units/quantity_point.h +++ b/src/core/include/mp-units/quantity_point.h @@ -106,7 +106,7 @@ public: { } - template QP> + template QP> requires std::constructible_from constexpr explicit(!std::convertible_to) quantity_point(const QP& qp) : q_(qp.relative())