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 * ();
}

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 * ();
}