mirror of
https://github.com/ksherlock/wdc-utils.git
synced 2024-12-13 10:29:09 +00:00
commentary.
This commit is contained in:
parent
ebd67dc0cc
commit
7f3ccd84c8
1
link.cpp
1
link.cpp
@ -921,6 +921,7 @@ std::vector<omf::segment> omf_segments;
|
||||
|
||||
template<class T>
|
||||
void append(std::vector<T> &to, std::vector<T> &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())
|
||||
|
Loading…
Reference in New Issue
Block a user