Browse Source

updated TODO

skypjack 1 month ago
parent
commit
413f1cba9e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      TODO

+ 2 - 1
TODO

@@ -35,5 +35,6 @@ TODO:
 * introduce a way to inject stl from outside too
 * introduce a way to inject stl from outside too
 * review sentinels (std::default_sentinel and the like)
 * review sentinels (std::default_sentinel and the like)
 * review non-const to const iterator conversions
 * review non-const to const iterator conversions
-* support meta data and meta func with the same name of the meta type (bucket mismatch)
 * auto-detect meta pointer-like types from dedicated type member
 * auto-detect meta pointer-like types from dedicated type member
+* export optional as meta_pointer like (or refine meta-pointer like detection)
+* ENTT_FORCE_STL on the CI