refactor: rename GCObject.shallow_copy -> shallow_move
resolve conflict since relying on move constructor in std_copy_for
This commit is contained in:
parent
ef23bca2b1
commit
9790a186e6
1 changed files with 1 additions and 1 deletions
|
|
@ -870,7 +870,7 @@ namespace xo {
|
|||
|
||||
//obj<AAllocator, DX1Collector> gc_gco(gc);
|
||||
|
||||
void * to_dest = iface->shallow_copy(from_src, gc->ref<AAllocator>());
|
||||
void * to_dest = iface->shallow_move(from_src, gc->ref<AAllocator>());
|
||||
|
||||
log && log(xtag("from_src", from_src), xtag("to_dest", to_dest));
|
||||
log && log(xtag("tseq", info.tseq()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue