refactor: + narrower interface for gc pointer forwarding
add AGCObjectVisitor, instead of requiring ACollector.
This commit is contained in:
parent
327807331d
commit
72cbffba46
8 changed files with 25 additions and 15 deletions
|
|
@ -109,9 +109,9 @@ namespace xo {
|
|||
}
|
||||
|
||||
void
|
||||
DUniqueString::forward_children(obj<ACollector>) noexcept
|
||||
DUniqueString::visit_gco_children(obj<AGCObjectVisitor>) noexcept
|
||||
{
|
||||
// no-op
|
||||
// no-op -- childless!
|
||||
}
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue