From 652e1caa7669f5d7f679367d202d8c2eff8f4160 Mon Sep 17 00:00:00 2001 From: dariomt Date: Mon, 19 Oct 2015 12:34:10 +0200 Subject: [PATCH] Apply same change to the re2c file --- src/json.hpp.re2c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/json.hpp.re2c b/src/json.hpp.re2c index 0ffddd50..fbdc5a9e 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 {