🔨 trying something #367

parent 9e507dfa
...@@ -8830,6 +8830,8 @@ class basic_json ...@@ -8830,6 +8830,8 @@ class basic_json
// may not have processed all of them. Therefore, we need to // may not have processed all of them. Therefore, we need to
// "rewind" the stream after the last processed char. // "rewind" the stream after the last processed char.
is.seekg(start_position + static_cast<std::streamoff>(processed_chars)); is.seekg(start_position + static_cast<std::streamoff>(processed_chars));
// clear stream flags
is.clear();
} }
int get_character() override int get_character() override
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment