mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
248d4eb2aa
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>