skypjack 4 месяцев назад
Родитель
Сommit
8f23d743ca
1 измененных файлов с 2 добавлено и 3 удалено
  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)
 * review build process for testbed (i.e. tests first due to SDL)
 * 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
 * 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!
+* trivially destructible optimization for basic_any