Skip to content

Commit

Permalink
🔨 trying something #367
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed May 22, 2017
1 parent 9e507df commit c7bd01e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/json.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8830,6 +8830,8 @@ class basic_json
// may not have processed all of them. Therefore, we need to
// "rewind" the stream after the last processed char.
is.seekg(start_position + static_cast<std::streamoff>(processed_chars));
// clear stream flags
is.clear();
}

int get_character() override
Expand Down

0 comments on commit c7bd01e

Please sign in to comment.