refactor: rename RCollector.std_copy_for -> std_move_for
This commit is contained in:
parent
b4a7a85bfb
commit
f82c163210
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ namespace xo {
|
|||
template <typename Fn>
|
||||
Primitive<Fn> *
|
||||
Primitive<Fn>::shallow_move(obj<ACollector> gc) noexcept {
|
||||
return gc.std_copy_for(this);
|
||||
return gc.std_move_for(this);
|
||||
}
|
||||
|
||||
template <typename Fn>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue