mirror of
https://github.com/nlohmann/json.git
synced 2026-02-23 11:56:24 +00:00
🔨 further cleanup
This commit is contained in:
@@ -45,7 +45,7 @@ void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte
|
||||
{
|
||||
if (++calls % 100000 == 0)
|
||||
{
|
||||
std::cout << calls << " UTF-8 strings checked" << std::endl;
|
||||
std::cout << calls << " of 8860608 UTF-8 strings checked" << std::endl;
|
||||
}
|
||||
|
||||
std::string json_string = "\"";
|
||||
|
||||
Reference in New Issue
Block a user