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