Quellcode durchsuchen

-: updated TODO

Michele Caini vor 3 Jahren
Ursprung
Commit
07ec4ca230
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  1. 1 2
      TODO

+ 1 - 2
TODO

@@ -6,7 +6,7 @@ EXAMPLES
 * support to polymorphic types (see #859)
 
 DOC:
-* storage<void>
+* storage<void> and storage<entity>
 * custom storage/view
 * examples (and credits) from @alanjfs :)
 * update entity doc when the storage based model is in place
@@ -16,7 +16,6 @@ TODO (high prio):
 * remove the static storage from the const assure in the registry
 * pop_if to improve further destroying entities (drastically)
 * doc: exclude only views, storage entity (and diff between iterator and each based iteration), bump entities, signals on entity creation/destruction
-* registry::destroy avoid pack if entity storage iterators already
 * registry: replace destroy with a drop-all method that doesn't care about validity
 * registry: review assign mechanism, maybe it's worth to drop it