Skip to content

Commit 5a2620a

Browse files
author
Manuel Coenen
committed
Fix compiler error with latest RRFLibraries
1 parent ad02844 commit 5a2620a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Library/Vector.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
#include <cstddef> // for size_t
1414
#include <cstdarg>
1515
#include <cstring>
16+
#undef array
1617
#include "General/SafeVsnprintf.h"
18+
#define array _ecv_array // Reinstate the eCv definitions of 'array'
1719

1820
// Bounded vector class
1921
template<class T, size_t N> class Vector

0 commit comments

Comments
 (0)