We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0687f5 commit 0162d10Copy full SHA for 0162d10
include/simdjson.h
@@ -84,6 +84,10 @@ SIMDJSON_DISABLE_UNDESIRED_WARNINGS
84
#include "simdjson/haswell.h"
85
#include "simdjson/westmere.h"
86
87
+namespace simdjson {
88
+ namespace builtin = SIMDJSON_BUILTIN_IMPLEMENTATION;
89
+}
90
+
91
SIMDJSON_POP_DISABLE_WARNINGS
92
93
#endif // SIMDJSON_H
include/simdjson/simdjson.h
@@ -7,4 +7,4 @@
7
8
#include "simdjson/compiler_check.h"
9
#include "simdjson/error.h"
10
-#endif // SIMDJSON_H
+#endif // SIMDJSON_SIMDJSON_H
0 commit comments