Apply same change to the re2c file

This commit is contained in:
dariomt 2015-10-19 12:34:10 +02:00
parent 55cbd903e8
commit 652e1caa76

View file

@ -5729,12 +5729,6 @@ class basic_json
return anchor != o.anchor; 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 /// return key of the iterator
typename basic_json::string_t key() const typename basic_json::string_t key() const
{ {