Michele Caini 8 лет назад
Родитель
Сommit
95ab9a0b70
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      TODO

+ 1 - 0
TODO

@@ -8,4 +8,5 @@
 * signals on component creation/destruction: crtp + internal detection, probably it works - test it!!
 * signals on component creation/destruction: crtp + internal detection, probably it works - test it!!
 * rename Registry::ensure, it creates problems with UE4
 * rename Registry::ensure, it creates problems with UE4
 * define a macro for the noexcept policy, so as to provide users with an easy way to disable exception handling
 * define a macro for the noexcept policy, so as to provide users with an easy way to disable exception handling
+* explore a way to safely define a "replace" function for tags (mainly for consistency with components)
 * AOB
 * AOB