From 2018fd44fcff109c0cd4305c627ac7da07984248 Mon Sep 17 00:00:00 2001 From: lemire Date: Tue, 28 Feb 2023 14:59:45 +0000 Subject: [PATCH] deploy: cd13b02bf09f68c50571e04e575d1947d5721ed8 --- common__defs_8h_source.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/common__defs_8h_source.html b/common__defs_8h_source.html index 0681077b3..18a1dff86 100644 --- a/common__defs_8h_source.html +++ b/common__defs_8h_source.html @@ -375,7 +375,11 @@ $(document).ready(function(){initNavTree('common__defs_8h_source.html',''); init
329 #define SIMDJSON_DEVELOPMENT_ASSERT(expr) do { } while (0)
330 #endif
331 
-
332 #endif // SIMDJSON_COMMON_DEFS_H
+
332 #ifndef SIMDJSON_UTF8VALIDATION
+
333 #define SIMDJSON_UTF8VALIDATION 1
+
334 #endif
+
335 
+
336 #endif // SIMDJSON_COMMON_DEFS_H
We want to support argument-dependent lookup (ADL).
constexpr size_t DEFAULT_MAX_DEPTH
By default, simdjson supports this many nested objects and arrays.
Definition: common_defs.h:52
constexpr size_t SIMDJSON_MAXSIZE_BYTES
The maximum document size supported by simdjson.
Definition: common_defs.h:35