ソースを参照

-: updated TODO file

Michele Caini 3 年 前
コミット
390a56176f
1 ファイル変更0 行追加3 行削除
  1. 0 3
      TODO

+ 0 - 3
TODO

@@ -16,12 +16,9 @@ TODO (high prio):
 * remove the static storage from the const assure in the registry
 * 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)
 * 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
-* refine views and groups to use scoped iterators from entity storage and the like
-* use entity as value_type for entity storage, define begin/end as scoped iterators
 * test exclude-only views
 
 WIP: