xo-gc: + poly gc root method
This commit is contained in:
parent
c77a86dd5c
commit
e35a6ae587
8 changed files with 13 additions and 15 deletions
|
|
@ -229,11 +229,9 @@ namespace xo {
|
|||
}
|
||||
|
||||
void
|
||||
DX1Collector::add_gc_root(typeseq tseq,
|
||||
Opaque * root) noexcept
|
||||
DX1Collector::add_gc_root_poly(obj<AGCObject> * p_root) noexcept
|
||||
{
|
||||
(void)tseq;
|
||||
(void)root;
|
||||
(void)p_root;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue