We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a23f2de commit cf8a923Copy full SHA for cf8a923
src/misc/defs.h
@@ -131,6 +131,8 @@ typedef DebugCopyingHeap HEAP_CLS;
131
//
132
#ifndef USE_VECTOR_PRIMITIVES
133
#define USE_VECTOR_PRIMITIVES true
134
+#else
135
+ #define USE_VECTOR_PRIMITIVES false
136
#endif
137
138
src/primitives/Vector.cpp
@@ -2,7 +2,7 @@
2
3
#include <cstdint>
4
5
-#include "../misc/defs.h" // NOLINT(build/include)
+#include "../misc/defs.h"
6
#include "../vm/Universe.h"
7
#include "../vmobjects/ObjectFormats.h"
8
#include "../vmobjects/VMFrame.h"
0 commit comments