refactor: + narrower interface for gc pointer forwarding
add AGCObjectVisitor, instead of requiring ACollector.
This commit is contained in:
parent
bf8c3628ff
commit
d740c94406
105 changed files with 260 additions and 416 deletions
|
|
@ -265,7 +265,7 @@ namespace xo {
|
|||
}
|
||||
|
||||
void
|
||||
DExpectFormalArgSsm::forward_children(obj<ACollector> /*gc*/) noexcept
|
||||
DExpectFormalArgSsm::visit_gco_children(obj<AGCObjectVisitor>) noexcept
|
||||
{
|
||||
static_assert(!DUniqueString::is_gc_eligible());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue