1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-12 09:21:42 +03:00

💄 minor refactoring

This commit is contained in:
Niels Lohmann
2017-01-29 21:40:37 +01:00
parent 0164b10e10
commit b210f2dbf4
2 changed files with 4 additions and 8 deletions

View File

@ -3036,10 +3036,8 @@ class basic_json
{
return m_value.boolean;
}
else
{
JSON_THROW(std::domain_error("type must be boolean, but is " + type_name()));
}
JSON_THROW(std::domain_error("type must be boolean, but is " + type_name()));
}
/// get a pointer to the value (object)