xo-alloc: IAlloc* i/face sufficient for Object._forward_children

This commit is contained in:
Roland Conybeare 2025-11-24 12:58:54 -05:00
commit c5c9441c1e
19 changed files with 22 additions and 22 deletions

View file

@ -121,7 +121,7 @@ namespace xo {
}
std::size_t
LocalEnv::_forward_children(gc::GC * gc)
LocalEnv::_forward_children(gc::IAlloc * gc)
{
static_assert(decltype(symtab_)::is_gc_ptr == false);