Răsfoiți Sursa

-: updated TODO

Michele Caini 3 ani în urmă
părinte
comite
75d4491522
1 a modificat fișierele cu 1 adăugiri și 3 ștergeri
  1. 1 3
      TODO

+ 1 - 3
TODO

@@ -17,14 +17,12 @@ TODO (high prio):
 * make the entity storage available to the end user
 * pop_if to improve further destroying entities (drastically)
 * natvis specialization for entity storage (length and validity)
-* next version traits scoped function
 * improve sigh mixin for entity storage (split basic + entt/entt spec)
 * doc: exclude only views, storage entity, bump entities
 * deprecate/remove registry reserve, capacity, empty, data, destroyed, release and so on
-* force check entity storage position within the registry
 * simplify assert in registry::release, use orphan instead or refine it (they're close already)
+* prepare to turn sparse set begin/end into virtual functions
 * refine views and groups to use scoped iterators from entity storage and the like
-* turn spawn-with-iter into a spawn(N) -> iter to first element
 * test exclude-only views
 
 WIP: