xo-reflect: feat: capture dtor
This commit is contained in:
parent
1ddc3e6a62
commit
fc2b88da4b
7 changed files with 71 additions and 21 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue