Browse Source

*: updated TODO

skypjack 5 months ago
parent
commit
8f23d743ca
1 changed files with 2 additions and 3 deletions
  1. 2 3
      TODO

+ 2 - 3
TODO

@@ -29,9 +29,8 @@ TODO:
 * meta non-const allow_cast overloads: (const int &) to (int &) is not allowed, but (const int &) to (double &) is allowed (support only for convertibles)
 * meta non-const allow_cast overloads: (const int &) to (int &) is not allowed, but (const int &) to (double &) is allowed (support only for convertibles)
 * review build process for testbed (i.e. tests first due to SDL)
 * review build process for testbed (i.e. tests first due to SDL)
 * use any for meta_custom_node
 * use any for meta_custom_node
-* avoid copying meta_type nodes, and use unique_ptr for meta_custom
+* use unique_ptr for meta_custom
 * paged vector as a standalone class
 * paged vector as a standalone class
 * resource: shared_from_this?
 * resource: shared_from_this?
-* update natvis and doc for meta (meta_handle and the like changed quite a lot)
-* defer type_info calls if not needed
 * finish the imgui viewer/editor!
 * finish the imgui viewer/editor!
+* trivially destructible optimization for basic_any