Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Wrong seekg() position once iterator expires #1

Open
mrtryhard opened this issue Jul 6, 2019 · 0 comments
Open

Wrong seekg() position once iterator expires #1

mrtryhard opened this issue Jul 6, 2019 · 0 comments
Assignees

Comments

@mrtryhard
Copy link
Owner

Minimal use case:

vector<byte> vec;
copy_n(istreambyte_iterator<64>(file), 6, back_inserter(vec)); 
// Any operations using that same stream will assume position 64 in the stream.
@mrtryhard mrtryhard self-assigned this Jul 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant