miloyip / nativejson-benchmark

C/C++ JSON parser/generator benchmark
MIT License
1.98k stars 261 forks source link

issue for submodule jsoncons #130

Open anlongfei opened 4 years ago

anlongfei commented 4 years ago

jsoncons version should update. the old version has a rookie mistake in src/jsoncons/json_serializer.hpp.

bool is_sameline() const { return option = block_options::same_line; // should use '==' }