Browse Source

updated TODO

Michele Caini 6 years ago
parent
commit
fc572b8717
1 changed files with 6 additions and 0 deletions
  1. 6 0
      TODO

+ 6 - 0
TODO

@@ -30,4 +30,10 @@
   - auto foo(It first, It last = entity_type{null})
 * range based registry::remove and some others?
 * add examples (and credits) from @alanjfs :)
+* explore the possibility to wrap other backend with a XHandler component
+
 * make meta work across boundaries
+  - name-less reflect with properties
+  - forbid reflecting two times the same type
+  - entt::reflect -> entt::meta
+  - tests, doc