From 30a1469dd6352109ada6fe821a11f266269d7864 Mon Sep 17 00:00:00 2001 From: "Jeroen T. Vermeulen" Date: Sat, 19 Mar 2022 19:28:00 +0100 Subject: [PATCH] Retire TODO. --- include/pqxx/result.hxx | 1 - 1 file changed, 1 deletion(-) diff --git a/include/pqxx/result.hxx b/include/pqxx/result.hxx index 53caed508..f9a9e5550 100644 --- a/include/pqxx/result.hxx +++ b/include/pqxx/result.hxx @@ -157,7 +157,6 @@ public: [[nodiscard]] row operator[](size_type i) const noexcept; #if defined(PQXX_HAVE_MULTIDIMENSIONAL_SUBSCRIPT) - // TODO: If C++23 will let us, also accept string for the column. [[nodiscard]] field operator[](size_type row_num, row_size_type col_num) const noexcept; #endif