refactor: void return type for Collector.forward_children()
This commit is contained in:
parent
5172de7862
commit
5eb7abf5f2
92 changed files with 145 additions and 137 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue