*: updated TODO

This commit is contained in:
Michele Caini
2023-08-19 17:36:29 +02:00
parent 4ed51d3fd8
commit 3e12f4f55f

3
TODO
View File

@@ -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: