mirror of
https://github.com/nlohmann/json.git
synced 2026-03-13 12:41:25 +00:00
make pretty
This commit is contained in:
@@ -218,7 +218,7 @@ void test_array()
|
||||
try
|
||||
{
|
||||
a[5] = 1;
|
||||
// assert(false);
|
||||
// assert(false);
|
||||
}
|
||||
catch (const std::exception& ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user