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

use abstract sax class in parser tests

This commit is contained in:
Théo DELRIEU
2018-08-16 10:52:33 +02:00
parent 9bbb133094
commit 38f8a51a8f
3 changed files with 15 additions and 13 deletions

View File

@ -212,6 +212,7 @@ class basic_json
using initializer_list_t = std::initializer_list<detail::json_ref<basic_json>>;
using input_format_t = detail::input_format_t;
using json_sax_t = json_sax<basic_json>;
////////////////
// exceptions //