From 9d07ff18b23cd4a8f2eaac878221d1f642c51f1b Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Wed, 31 Jan 2024 13:50:39 +0100 Subject: [PATCH] *: updated TODO --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index c431dd426..64c14b387 100644 --- a/TODO +++ b/TODO @@ -29,3 +29,4 @@ TODO: * auto type info data from types if present * group review: use handler as base with protected members and arrays of common type (see view for further details) * swap sets in swap-only mode, return scoped iterators by default, make ::free_list return an iterator if possible +* review names of test classes (_t vs non-_t)