diff --git a/src/core/include/mp-units/quantity_point.h b/src/core/include/mp-units/quantity_point.h index cc1f5189..840c502d 100644 --- a/src/core/include/mp-units/quantity_point.h +++ b/src/core/include/mp-units/quantity_point.h @@ -183,7 +183,7 @@ public: quantity_point& operator=(const quantity_point&) = default; quantity_point& operator=(quantity_point&&) = default; - template NewPO> + template NewPO> [[nodiscard]] constexpr MP_UNITS_CONSTRAINED_AUTO_WORKAROUND(QuantityPointOf) auto point_for( NewPO new_origin) const {