1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-28 12:02:00 +03:00

♻️ refactored binary readers to use a SAX parser

This commit is contained in:
Niels Lohmann
2018-03-11 18:47:38 +01:00
parent 149d2fd09c
commit ad47b0fbde
5 changed files with 592 additions and 493 deletions

View File

@ -172,7 +172,7 @@ class basic_json
template<typename BasicJsonType>
friend class ::nlohmann::detail::binary_reader;
template<typename BasicJsonType>
friend class ::nlohmann::json_sax_dom_parser;
friend class ::nlohmann::detail::json_sax_dom_parser;
/// workaround type for MSVC
using basic_json_t = NLOHMANN_BASIC_JSON_TPL;