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 a0de9b8ebd
9 changed files with 9 additions and 9 deletions

View file

@ -958,7 +958,7 @@ namespace xo {
{
(void)gc;
/** TODO: should be able to use gc.std_copy_for(this) now
/** TODO: should be able to use gc.std_move_for(this) now
* that shallow_move uses move construction.
* DVirtualSchematikaMachine is (or can be made) moveable.
**/