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
|
|
@ -57,7 +57,7 @@ namespace mm {
|
|||
Opaque shallow_move(Opaque data, obj<ACollector> gc) const noexcept override {
|
||||
return I::shallow_move(_dcast(data), gc);
|
||||
}
|
||||
size_type forward_children(Opaque data, obj<ACollector> gc) const noexcept override {
|
||||
void forward_children(Opaque data, obj<ACollector> gc) const noexcept override {
|
||||
return I::forward_children(_dcast(data), gc);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue