refactor: rename shallow_copy -> shallow_move + streamline
Use RCollector.std_copy_for where appropriate
This commit is contained in:
parent
5e46a1a1ad
commit
4e4687bc2a
7 changed files with 15 additions and 15 deletions
|
|
@ -60,8 +60,8 @@ public:
|
|||
}
|
||||
|
||||
// non-const methods (still const in router!)
|
||||
Opaque shallow_move(obj<AAllocator> mm) noexcept {
|
||||
return O::iface()->shallow_move(O::data(), mm);
|
||||
Opaque shallow_move(obj<ACollector> gc) noexcept {
|
||||
return O::iface()->shallow_move(O::data(), gc);
|
||||
}
|
||||
size_type forward_children(obj<ACollector> gc) noexcept {
|
||||
return O::iface()->forward_children(O::data(), gc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue