mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-17 07:45:56 +08:00
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
|
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…
x
Reference in New Issue
Block a user