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