*: updated TODO

This commit is contained in:
Michele Caini
2023-08-03 10:12:29 +02:00
parent 0d3511c05f
commit b52fe64628

3
TODO
View File

@@ -17,7 +17,8 @@ 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
* make meta_type::lokup function generic, move it to node.hpp or similar
* meta: make meta container rebind type based (no any)
* further rework meta_any vtable to reduce it in size (get rid of meta_any operation if possible)
* ===> TEST: review view tests after the last changes
WIP: