🔨 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
+1 -2
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 //