Skip to content

Commit

Permalink
Retire TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Mar 19, 2022
1 parent d35cc2c commit 30a1469
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/pqxx/result.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30a1469

Please sign in to comment.