mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
7830b1be87
* Use C++11 features * Use std::nothrow By default new throws std::bad_alloc, so no check code would be executed.