added missing test cases
This commit is contained in:
parent
dda8a5c473
commit
f03c6ce458
3 changed files with 17 additions and 9 deletions
|
|
@ -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 * ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue