refactor: rename RCollector.std_copy_for -> std_move_for
This commit is contained in:
parent
8bb460f402
commit
5172de7862
37 changed files with 37 additions and 37 deletions
|
|
@ -183,7 +183,7 @@ namespace xo {
|
|||
DArray *
|
||||
DArray::shallow_move(obj<ACollector> gc) noexcept
|
||||
{
|
||||
// note: not using gc.std_copy_for() here.
|
||||
// note: not using gc.std_move_for() here.
|
||||
// flexible array -> compiler doesn't know actual DArray allocation size
|
||||
|
||||
DArray * copy = (DArray *)gc.alloc_copy((std::byte *)this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue