mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
2a714f4e37
* Fixing issue 1243 * The tie must go. * Having std::pair be a protected inheritance breaks on demand. * Putting it back. * You really want to use emplace. * Fixing one botched test. * Prettier test. * Using safer code. * Fixing unsafe code. * Simplifying the fuzzer. * Trying another way. * Ok. It should work without exceptions. * Removing trailing spaces.