ソースを参照

*: updated TODO

skypjack 6 ヶ月 前
コミット
20d77024f7
1 ファイル変更1 行追加0 行削除
  1. 1 0
      TODO

+ 1 - 0
TODO

@@ -37,3 +37,4 @@ TODO:
 * basic_any descriptor can go into the vtable, vtable can be used the same as descriptor (for fast return)
 * get rid of resolve function pointer in meta_any, use vtable for the one time lookup
 * introduce compile-time flag to skip dll-only checks in basic_any
+* auto policy for return types in meta (i.e. it picks as_is or as_(c)ref automatically as needed)