We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f379ef + 652e1ca commit 3948630Copy full SHA for 3948630
src/json.hpp
@@ -5729,12 +5729,6 @@ class basic_json
5729
return anchor != o.anchor;
5730
}
5731
5732
- /// stream operator
5733
- friend std::ostream& operator<<(std::ostream& o, const iterator_wrapper_internal& w)
5734
- {
5735
- return o << w.value();
5736
- }
5737
-
5738
/// return key of the iterator
5739
typename basic_json::string_t key() const
5740
{
src/json.hpp.re2c
0 commit comments