mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
1b59b38de8
The ranges features were causing compatibility issues across different compilers and platforms. Disabling them for now until C++23 support is more widespread. This should fix the remaining Ubuntu and Windows CI failures.
Try :
c++ -O3 -std=c++17 -pthread -o amalgamate_demo amalgamate_demo.cpp simdjson.cpp && ./amalgamate_demo ../jsonexamples/twitter.json ../jsonexamples/amazon_cellphones.ndjson