Deployed c883fb0f1 with MkDocs version: 1.5.3

This commit is contained in:
Niels Lohmann
2024-04-10 18:23:02 +02:00
parent a87fd638da
commit b014c90f94
8 changed files with 231 additions and 231 deletions

View File

@@ -36,7 +36,7 @@ int main()
// try to read from a nonexisting key using string_view
std::cout << object.at("the fast"sv) << '\n';
}
catch (const json::out_of_range)
catch (const json::out_of_range& e)
{
std::cout << "out of range" << '\n';
}