1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-21 04:22:05 +03:00

reverting first/second experiment #350

This commit is contained in:
Niels Lohmann
2017-05-15 21:07:58 +02:00
parent 723c875604
commit 0c3ffe12cd
8 changed files with 37 additions and 810 deletions

View File

@ -34,6 +34,8 @@ using nlohmann::json;
#include <fstream>
void check_utf8string(bool success_expected, int byte1, int byte2, int byte3, int byte4);
// create and check a JSON string with up to four UTF-8 bytes
void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -1)
{