refactor: void return type for Collector.forward_children()

This commit is contained in:
Roland Conybeare 2026-04-04 16:54:46 -04:00
commit fefb15fbad
8 changed files with 13 additions and 13 deletions

View file

@ -42,7 +42,7 @@ IGCObject_Any::shallow_move(Opaque, obj<ACollector>) const noexcept -> Opaque
}
auto
IGCObject_Any::forward_children(Opaque, obj<ACollector>) const noexcept -> size_type
IGCObject_Any::forward_children(Opaque, obj<ACollector>) const noexcept -> void
{
_fatal();
}