mirror of
https://github.com/nlohmann/json.git
synced 2026-04-19 14:29:29 +00: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 * ();
|
||||
}
|
||||
|
||||
@@ -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