diff --git a/src/reader2/DGlobalEnv.cpp b/src/reader2/DGlobalEnv.cpp index 243fc8d6..2893beda 100644 --- a/src/reader2/DGlobalEnv.cpp +++ b/src/reader2/DGlobalEnv.cpp @@ -116,7 +116,7 @@ namespace xo { DGlobalEnv * DGlobalEnv::shallow_move(obj gc) noexcept { - return gc.std_copy_for(this); + return gc.std_move_for(this); } std::size_t diff --git a/src/reader2/DSchematikaParser.cpp b/src/reader2/DSchematikaParser.cpp index 35edc124..e25e76aa 100644 --- a/src/reader2/DSchematikaParser.cpp +++ b/src/reader2/DSchematikaParser.cpp @@ -195,7 +195,7 @@ namespace xo { { (void)gc; - /** TODO: may be feasible to use gc.std_copy_for(this) + /** TODO: may be feasible to use gc.std_move_for(this) * if/when DSchematikaParser is moveable **/ assert(false);