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:
@ -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 * ();
|
||||
}
|
||||
|
Reference in New Issue
Block a user