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

fixed bad friend class declaration

This commit is contained in:
Francois Chabot
2020-02-19 11:23:02 -05:00
parent 617b3cf42e
commit a0c4fc945a
2 changed files with 2 additions and 2 deletions

View File

@ -14778,7 +14778,7 @@ class basic_json
friend class ::nlohmann::detail::iter_impl;
template<typename BasicJsonType, typename CharType>
friend class ::nlohmann::detail::binary_writer;
template<typename BasicJsonType, typename SAX>
template<typename BasicJsonType, typename SAX, typename InputType>
friend class ::nlohmann::detail::binary_reader;
template<typename BasicJsonType>
friend class ::nlohmann::detail::json_sax_dom_parser;