diff --git a/src/core/include/mp-units/quantity_point.h b/src/core/include/mp-units/quantity_point.h index cc1f51892..840c502d4 100644 --- a/src/core/include/mp-units/quantity_point.h +++ b/src/core/include/mp-units/quantity_point.h @@ -183,7 +183,7 @@ class quantity_point { 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 {