diff --git a/link.cpp b/link.cpp index 610448b..046d9c7 100644 --- a/link.cpp +++ b/link.cpp @@ -921,6 +921,7 @@ std::vector omf_segments; template void append(std::vector &to, std::vector &from) { + // std::move(from.begin(), from.end(), std::back_inserter(to)); to.insert(to.end(), std::make_move_iterator(from.begin()), std::make_move_iterator(from.end())