mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
333fd72f98
- Fix deprecated reflect_value warning by using reflect_constant - Fix std::const_iterator C++23 requirement by using auto_iterator - Fix C++23 std::ranges::range_adaptor_closure availability check - Add convert.h to main simdjson.h includes These changes ensure compatibility across different C++ standards and compiler versions, fixing the Ubuntu CI failures. Co-Authored-By: Claude <noreply@anthropic.com>