diff --git a/deps/simdjson/simdjson.cpp b/deps/simdjson/simdjson.cpp index c0fdf3afad5c5b..2fd974c1e92429 100644 --- a/deps/simdjson/simdjson.cpp +++ b/deps/simdjson/simdjson.cpp @@ -1,4 +1,4 @@ -/* auto-generated on 2024-05-30 10:52:38 -0400. Do not edit! */ +/* auto-generated on 2024-06-11 14:08:20 -0400. Do not edit! */ /* including simdjson.cpp: */ /* begin file simdjson.cpp */ #define SIMDJSON_SRC_SIMDJSON_CPP @@ -84,6 +84,9 @@ #include #endif +// We are using size_t without namespace std:: throughout the project +using std::size_t; + #ifdef _MSC_VER #define SIMDJSON_VISUAL_STUDIO 1 /** @@ -527,13 +530,13 @@ SIMDJSON_PUSH_DISABLE_ALL_WARNINGS // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// #pragma once // We remove #pragma once here as it generates a warning in some cases. We rely on the include guard. +#pragma once #ifndef NONSTD_SV_LITE_H_INCLUDED #define NONSTD_SV_LITE_H_INCLUDED #define string_view_lite_MAJOR 1 -#define string_view_lite_MINOR 7 +#define string_view_lite_MINOR 8 #define string_view_lite_PATCH 0 #define string_view_lite_VERSION nssv_STRINGIFY(string_view_lite_MAJOR) "." nssv_STRINGIFY(string_view_lite_MINOR) "." nssv_STRINGIFY(string_view_lite_PATCH) @@ -655,6 +658,8 @@ SIMDJSON_PUSH_DISABLE_ALL_WARNINGS #if nssv_CONFIG_CONVERSION_STD_STRING_FREE_FUNCTIONS +#include + namespace nonstd { template< class CharT, class Traits, class Allocator = std::allocator > diff --git a/deps/simdjson/simdjson.h b/deps/simdjson/simdjson.h index 56f08de43d8fe4..4b7a0695d323b9 100644 --- a/deps/simdjson/simdjson.h +++ b/deps/simdjson/simdjson.h @@ -1,4 +1,4 @@ -/* auto-generated on 2024-05-30 10:52:38 -0400. Do not edit! */ +/* auto-generated on 2024-06-11 14:08:20 -0400. Do not edit! */ /* including simdjson.h: */ /* begin file simdjson.h */ #ifndef SIMDJSON_H @@ -104,6 +104,9 @@ #include #endif +// We are using size_t without namespace std:: throughout the project +using std::size_t; + #ifdef _MSC_VER #define SIMDJSON_VISUAL_STUDIO 1 /** @@ -547,13 +550,13 @@ SIMDJSON_PUSH_DISABLE_ALL_WARNINGS // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// #pragma once // We remove #pragma once here as it generates a warning in some cases. We rely on the include guard. +#pragma once #ifndef NONSTD_SV_LITE_H_INCLUDED #define NONSTD_SV_LITE_H_INCLUDED #define string_view_lite_MAJOR 1 -#define string_view_lite_MINOR 7 +#define string_view_lite_MINOR 8 #define string_view_lite_PATCH 0 #define string_view_lite_VERSION nssv_STRINGIFY(string_view_lite_MAJOR) "." nssv_STRINGIFY(string_view_lite_MINOR) "." nssv_STRINGIFY(string_view_lite_PATCH) @@ -675,6 +678,8 @@ SIMDJSON_PUSH_DISABLE_ALL_WARNINGS #if nssv_CONFIG_CONVERSION_STD_STRING_FREE_FUNCTIONS +#include + namespace nonstd { template< class CharT, class Traits, class Allocator = std::allocator > @@ -2346,7 +2351,7 @@ namespace std { #define SIMDJSON_SIMDJSON_VERSION_H /** The version of simdjson being used (major.minor.revision) */ -#define SIMDJSON_VERSION "3.9.3" +#define SIMDJSON_VERSION "3.9.4" namespace simdjson { enum { @@ -2361,7 +2366,7 @@ enum { /** * The revision (major.minor.REVISION) of simdjson being used. */ - SIMDJSON_VERSION_REVISION = 3 + SIMDJSON_VERSION_REVISION = 4 }; } // namespace simdjson