File tree 2 files changed +601
-28
lines changed
2 files changed +601
-28
lines changed Original file line number Diff line number Diff line change 1
- /* auto-generated on 2024-05-07 18:04:59 -0400. Do not edit! */
1
+ /* auto-generated on 2024-05-30 10:52:38 -0400. Do not edit! */
2
2
/* including simdjson.cpp: */
3
3
/* begin file simdjson.cpp */
4
4
#define SIMDJSON_SRC_SIMDJSON_CPP
@@ -2359,7 +2359,7 @@ enum error_code {
2359
2359
INDEX_OUT_OF_BOUNDS, ///< JSON array index too large
2360
2360
NO_SUCH_FIELD, ///< JSON field not found in object
2361
2361
IO_ERROR, ///< Error reading a file
2362
- INVALID_JSON_POINTER, ///< Invalid JSON pointer reference
2362
+ INVALID_JSON_POINTER, ///< Invalid JSON pointer syntax
2363
2363
INVALID_URI_FRAGMENT, ///< Invalid URI fragment
2364
2364
UNEXPECTED_ERROR, ///< indicative of a bug in simdjson
2365
2365
PARSER_IN_USE, ///< parser is already in use.
@@ -6896,6 +6896,7 @@ static inline uint32_t detect_supported_architectures() {
6896
6896
/* end file internal/isadetection.h */
6897
6897
6898
6898
#include <initializer_list>
6899
+ #include <type_traits>
6899
6900
6900
6901
namespace simdjson {
6901
6902
You can’t perform that action at this time.
0 commit comments