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

🔧 set Wandbox script to use HTTPS

This commit is contained in:
Niels Lohmann
2020-05-12 14:37:22 +02:00
parent 1de30bc611
commit afc30a14a7
15 changed files with 13 additions and 18 deletions

View File

@ -20,7 +20,6 @@ int main()
<< j.contains("/array/4"_json_pointer) << '\n'
<< j.contains("/baz"_json_pointer) << std::endl;
// out_of_range.106
try
{
// try to use an array index with leading '0'
@ -31,7 +30,6 @@ int main()
std::cout << e.what() << '\n';
}
// out_of_range.109
try
{
// try to use an array index that is not a number