Fix all warnings that occurred when compiling with gcc9

This commit is contained in:
Kristoffer Ellersgaard Koch
2019-05-08 10:27:14 +02:00
parent a01386c0e4
commit 30c762d3a1
5 changed files with 9 additions and 5 deletions
+1
View File
@@ -94,6 +94,7 @@ public:
};
template<class T, class _Size>
void vec<T,_Size>::capacity(Size min_cap) {
if (cap >= min_cap) return;