Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove call to nonexistent member seekpos() of std::fpos #58

Closed
wants to merge 1 commit into from

Conversation

Cheney-W
Copy link

  1. Boost-iostreams failed with error C2039: 'seekpos': is not a member of 'std::fpos<_Mbstatet>'.
  2. See http://eel.is/c++draft/fpos -- to get to an offset you can convert to int; now there is no seekpos member.

@BillyONeal
Copy link
Contributor

Cheney, I think this change is incorrect; and that the correct change is that previously accepted here: #57

@Cheney-W Cheney-W closed this Jun 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants