瀏覽代碼

cleanup TODO

skypjack 2 月之前
父節點
當前提交
61678690f0
共有 1 個文件被更改,包括 0 次插入 和 1 次删除
  1. 0 1
      TODO

+ 0 - 1
TODO

@@ -18,7 +18,6 @@ TODO:
 * suppress -Wself-move on CI with g++13
 * suppress -Wself-move on CI with g++13
 * built-in no-pagination storage - no_pagination page size as limits::max
 * built-in no-pagination storage - no_pagination page size as limits::max
 * any cdynamic to support const ownership construction
 * any cdynamic to support const ownership construction
-* allow passing arguments to meta setter/getter (we can fallback on meta invoke probably)
 * 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 unique_ptr or any for meta_custom_node
 * use unique_ptr or any for meta_custom_node