🔨 trying something #367

pull/327/merge
Niels Lohmann 2017-05-22 17:06:46 +02:00
parent 9e507dfad5
commit c7bd01edf2
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
1 changed files with 2 additions and 0 deletions

View File

@ -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