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

🔨 removed a logic error and improved coverage

This commit is contained in:
Niels Lohmann
2018-02-25 17:10:30 +01:00
parent 922f7a3d0e
commit 8c7f46f7d0
4 changed files with 156 additions and 53 deletions

View File

@ -1054,8 +1054,6 @@ class basic_json
*/
using parse_event_t = typename parser::parse_event_t;
using SAX = typename parser::SAX;
/*!
@brief per-element parser callback type
@ -1107,6 +1105,7 @@ class basic_json
*/
using parser_callback_t = typename parser::parser_callback_t;
using SAX = typename parser::SAX;
//////////////////
// constructors //