From 3e12f4f55f0007042d77ec318208c829ea8f8208 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Sat, 19 Aug 2023 17:36:29 +0200 Subject: [PATCH] *: updated TODO --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 4e16fdd54e..e69d9a428e 100644 --- a/TODO +++ b/TODO @@ -16,6 +16,9 @@ TODO (high prio): * view with entity storage: begin/end should return filtered iterators * update view doc: single vs multi type views are no longer a thing actually * meta container: add value type to resize +* deprecate any::owner and meta_any::owner, use ::policy in the tests +* deprecate meta_associative_container::key_only before dropping it (use mapped_type instead) +* refine meta container traits and all in between, make the class public and add comments for users * ===> TEST: review view tests after the last changes WIP: