refactor: rename RCollector.std_copy_for -> std_move_for
This commit is contained in:
parent
e179c9795b
commit
a0de9b8ebd
9 changed files with 9 additions and 9 deletions
|
|
@ -98,7 +98,7 @@ namespace xo {
|
|||
|
||||
DLocalEnv *
|
||||
DLocalEnv::shallow_move(obj<ACollector> gc) noexcept {
|
||||
return gc.std_copy_for(this);
|
||||
return gc.std_move_for(this);
|
||||
}
|
||||
|
||||
std::size_t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue