1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-09 11:01:47 +03:00

added missing test cases

This commit is contained in:
Niels
2015-04-12 16:57:51 +02:00
parent dda8a5c473
commit f03c6ce458
3 changed files with 17 additions and 9 deletions

View File

@ -3541,7 +3541,7 @@ class basic_json
}
/// return the value of an iterator
inline reference value() const
inline const_reference value() const
{
return this->base().operator * ();
}