Remove comment iritating @vojta
This commit is contained in:
parent
b71b42b9f3
commit
b8503ed904
@ -112,7 +112,6 @@ inline void append(std::vector<T>& dest, const std::vector<T>& src)
|
||||
dest = src; // copy
|
||||
else
|
||||
dest.insert(dest.end(), src.begin(), src.end());
|
||||
// NOTE: insert reserve space when needed
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
|
Loading…
Reference in New Issue
Block a user