Merge pull request #130 from dariomt/patch-1

removed stream operator for iterator, resolution for #125
This commit is contained in:
Niels 2015-10-23 18:42:10 +02:00
commit 3948630374
2 changed files with 0 additions and 12 deletions

View file

@ -5729,12 +5729,6 @@ class basic_json
return anchor != o.anchor;
}
/// stream operator
friend std::ostream& operator<<(std::ostream& o, const iterator_wrapper_internal& w)
{
return o << w.value();
}
/// return key of the iterator
typename basic_json::string_t key() const
{

View file

@ -5729,12 +5729,6 @@ class basic_json
return anchor != o.anchor;
}
/// stream operator
friend std::ostream& operator<<(std::ostream& o, const iterator_wrapper_internal& w)
{
return o << w.value();
}
/// return key of the iterator
typename basic_json::string_t key() const
{