xo-object2: type registration + gc fixes
This commit is contained in:
parent
4af2cd0401
commit
99108b8dbb
16 changed files with 285 additions and 17 deletions
|
|
@ -33,9 +33,10 @@ namespace xo {
|
|||
}
|
||||
|
||||
size_t
|
||||
IGCObject_DInteger::forward_children(DInteger &) noexcept
|
||||
IGCObject_DInteger::forward_children(DInteger & src,
|
||||
obj<ACollector>) noexcept
|
||||
{
|
||||
return sizeof(DInteger);
|
||||
return shallow_size(src);
|
||||
}
|
||||
|
||||
} /*namespace scm*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue