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