We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad02844 commit 5a2620aCopy full SHA for 5a2620a
src/Library/Vector.hpp
@@ -13,7 +13,9 @@
13
#include <cstddef> // for size_t
14
#include <cstdarg>
15
#include <cstring>
16
+#undef array
17
#include "General/SafeVsnprintf.h"
18
+#define array _ecv_array // Reinstate the eCv definitions of 'array'
19
20
// Bounded vector class
21
template<class T, size_t N> class Vector
0 commit comments