refactor: rename RCollector.std_copy_for -> std_move_for

This commit is contained in:
Roland Conybeare 2026-04-04 16:37:17 -04:00
commit 5172de7862
37 changed files with 37 additions and 37 deletions

View file

@ -40,7 +40,7 @@ namespace xo {
DVsmDefContFrame *
DVsmDefContFrame::shallow_move(obj<ACollector> gc) noexcept
{
return gc.std_copy_for<DVsmDefContFrame>(this);
return gc.std_move_for<DVsmDefContFrame>(this);
}
std::size_t