diff --git a/src/json.hpp.re2c b/src/json.hpp.re2c index 0ffddd503..fbdc5a9e9 100644 --- a/src/json.hpp.re2c +++ b/src/json.hpp.re2c @@ -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 {