diff --git a/src/core/include/units/reference.h b/src/core/include/units/reference.h index 992a4df7..eaa8c65b 100644 --- a/src/core/include/units/reference.h +++ b/src/core/include/units/reference.h @@ -155,8 +155,7 @@ struct system_reference { static constexpr auto coherent_unit = CoU; template - // TODO enable that - // requires(convertible(coherent_unit, U{})) + requires(convertible(coherent_unit, U{})) [[nodiscard]] constexpr reference, U> operator[](U) const { return {};