xo-reflect: feat: capture dtor

This commit is contained in:
Roland Conybeare 2024-08-05 14:37:35 -04:00
commit fc2b88da4b
7 changed files with 71 additions and 21 deletions

View file

@ -21,8 +21,6 @@ namespace xo {
**/
class Object : public reflect::SelfTagging {
public:
using TypeId = xo::reflect::TypeId;
Object(TypeId type_id) : type_id_{type_id} {}
private: