🔧 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
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
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