Try using parentheses instead of braces for document initialization

The issue might be related to how brace initialization vs parentheses
initialization handles implicit conversion from simdjson_result<document>
to document. This could be compiler-specific behavior.

Using parentheses initialization to ensure the conversion operator
is called properly.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Francisco Geiman Thiesen
2025-08-03 18:12:50 +00:00
parent 559493e2bf
commit 248d4eb2aa
4 changed files with 6 additions and 18 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/* auto-generated on 2025-08-03 06:01:50 +0000. Do not edit! */
/* auto-generated on 2025-08-03 15:28:40 +0000. Do not edit! */
/* including simdjson.cpp: */
/* begin file simdjson.cpp */
#define SIMDJSON_SRC_SIMDJSON_CPP