Skip to content

Commit b688050

Browse files
nodejs-github-botRafaelGSS
authored andcommitted
deps: update simdjson to 3.9.3
PR-URL: #53252 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 6409b1f commit b688050

File tree

2 files changed

+601
-28
lines changed

2 files changed

+601
-28
lines changed

deps/simdjson/simdjson.cpp

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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! */
22
/* including simdjson.cpp: */
33
/* begin file simdjson.cpp */
44
#define SIMDJSON_SRC_SIMDJSON_CPP
@@ -2359,7 +2359,7 @@ enum error_code {
23592359
INDEX_OUT_OF_BOUNDS, ///< JSON array index too large
23602360
NO_SUCH_FIELD, ///< JSON field not found in object
23612361
IO_ERROR, ///< Error reading a file
2362-
INVALID_JSON_POINTER, ///< Invalid JSON pointer reference
2362+
INVALID_JSON_POINTER, ///< Invalid JSON pointer syntax
23632363
INVALID_URI_FRAGMENT, ///< Invalid URI fragment
23642364
UNEXPECTED_ERROR, ///< indicative of a bug in simdjson
23652365
PARSER_IN_USE, ///< parser is already in use.
@@ -6896,6 +6896,7 @@ static inline uint32_t detect_supported_architectures() {
68966896
/* end file internal/isadetection.h */
68976897

68986898
#include <initializer_list>
6899+
#include <type_traits>
68996900

69006901
namespace simdjson {
69016902

0 commit comments

Comments
 (0)