updating single-header

This commit is contained in:
Daniel Lemire
2025-09-26 21:29:28 -04:00
parent bd0e9c1336
commit 625adceb24
3 changed files with 18 additions and 10 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/* auto-generated on 2025-09-26 01:29:33 -0700. version 4.0.6 Do not edit! */
/* auto-generated on 2025-09-26 21:04:53 -0400. version 4.0.6 Do not edit! */
/* including simdjson.cpp: */
/* begin file simdjson.cpp */
#define SIMDJSON_SRC_SIMDJSON_CPP
+17 -9
View File
@@ -1,4 +1,4 @@
/* auto-generated on 2025-09-26 01:29:33 -0700. version 4.0.6 Do not edit! */
/* auto-generated on 2025-09-26 21:04:53 -0400. version 4.0.6 Do not edit! */
/* including simdjson.h: */
/* begin file simdjson.h */
#ifndef SIMDJSON_H
@@ -41904,7 +41904,8 @@ inline void document_stream::next_document() noexcept {
doc.iter._depth = 1;
// consume comma if comma separated is allowed
if (allow_comma_separated) {
(void) doc.iter.consume_character(','); // ignore error
error_code ignored = doc.iter.consume_character(',');
static_cast<void>(ignored); // ignored on purpose
}
// Resets the string buffer at the beginning, thus invalidating the strings.
doc.iter._string_buf_loc = parser->string_buf.get();
@@ -55138,7 +55139,8 @@ inline void document_stream::next_document() noexcept {
doc.iter._depth = 1;
// consume comma if comma separated is allowed
if (allow_comma_separated) {
(void) doc.iter.consume_character(','); // ignore error
error_code ignored = doc.iter.consume_character(',');
static_cast<void>(ignored); // ignored on purpose
}
// Resets the string buffer at the beginning, thus invalidating the strings.
doc.iter._string_buf_loc = parser->string_buf.get();
@@ -68871,7 +68873,8 @@ inline void document_stream::next_document() noexcept {
doc.iter._depth = 1;
// consume comma if comma separated is allowed
if (allow_comma_separated) {
(void) doc.iter.consume_character(','); // ignore error
error_code ignored = doc.iter.consume_character(',');
static_cast<void>(ignored); // ignored on purpose
}
// Resets the string buffer at the beginning, thus invalidating the strings.
doc.iter._string_buf_loc = parser->string_buf.get();
@@ -82604,7 +82607,8 @@ inline void document_stream::next_document() noexcept {
doc.iter._depth = 1;
// consume comma if comma separated is allowed
if (allow_comma_separated) {
(void) doc.iter.consume_character(','); // ignore error
error_code ignored = doc.iter.consume_character(',');
static_cast<void>(ignored); // ignored on purpose
}
// Resets the string buffer at the beginning, thus invalidating the strings.
doc.iter._string_buf_loc = parser->string_buf.get();
@@ -96452,7 +96456,8 @@ inline void document_stream::next_document() noexcept {
doc.iter._depth = 1;
// consume comma if comma separated is allowed
if (allow_comma_separated) {
(void) doc.iter.consume_character(','); // ignore error
error_code ignored = doc.iter.consume_character(',');
static_cast<void>(ignored); // ignored on purpose
}
// Resets the string buffer at the beginning, thus invalidating the strings.
doc.iter._string_buf_loc = parser->string_buf.get();
@@ -110616,7 +110621,8 @@ inline void document_stream::next_document() noexcept {
doc.iter._depth = 1;
// consume comma if comma separated is allowed
if (allow_comma_separated) {
(void) doc.iter.consume_character(','); // ignore error
error_code ignored = doc.iter.consume_character(',');
static_cast<void>(ignored); // ignored on purpose
}
// Resets the string buffer at the beginning, thus invalidating the strings.
doc.iter._string_buf_loc = parser->string_buf.get();
@@ -124257,7 +124263,8 @@ inline void document_stream::next_document() noexcept {
doc.iter._depth = 1;
// consume comma if comma separated is allowed
if (allow_comma_separated) {
(void) doc.iter.consume_character(','); // ignore error
error_code ignored = doc.iter.consume_character(',');
static_cast<void>(ignored); // ignored on purpose
}
// Resets the string buffer at the beginning, thus invalidating the strings.
doc.iter._string_buf_loc = parser->string_buf.get();
@@ -137911,7 +137918,8 @@ inline void document_stream::next_document() noexcept {
doc.iter._depth = 1;
// consume comma if comma separated is allowed
if (allow_comma_separated) {
(void) doc.iter.consume_character(','); // ignore error
error_code ignored = doc.iter.consume_character(',');
static_cast<void>(ignored); // ignored on purpose
}
// Resets the string buffer at the beginning, thus invalidating the strings.
doc.iter._string_buf_loc = parser->string_buf.get();
Binary file not shown.