mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
75acae5c46
- Remove constexpr from functions that call non-constexpr methods - The no_errors and to<T> adaptors were marked constexpr but call simdjson_result methods that are not constexpr in C++20 - This was causing compilation failures in CI for C++20 builds - Tests now compile and pass with both C++17 and C++20 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>