mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user