Enable access to private members in diagnostics unit tests.

This commit is contained in:
Anthony Van Herrewege 2021-09-09 15:49:21 +02:00
parent 21e645d772
commit c9f1a1ec0a

View File

@ -34,6 +34,7 @@ SOFTWARE.
#endif
#define JSON_DIAGNOSTICS 1
#define JSON_TESTS_PRIVATE
#include <nlohmann/json.hpp>
using nlohmann::json;