Remove comment iritating @vojta
This commit is contained in:
parent
b71b42b9f3
commit
b8503ed904
1 changed files with 0 additions and 1 deletions
|
@ -112,7 +112,6 @@ inline void append(std::vector<T>& dest, const std::vector<T>& src)
|
||||||
dest = src; // copy
|
dest = src; // copy
|
||||||
else
|
else
|
||||||
dest.insert(dest.end(), src.begin(), src.end());
|
dest.insert(dest.end(), src.begin(), src.end());
|
||||||
// NOTE: insert reserve space when needed
|
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue