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 #3753

Merged
merged 1 commit into from
Jun 26, 2018

Conversation

LarryIII
Copy link
Contributor

  1. osg 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.

@LarryIII
Copy link
Contributor Author

@alexkaratarakis, please help review and merge it.

@alexkaratarakis alexkaratarakis self-assigned this Jun 20, 2018
@alexkaratarakis alexkaratarakis merged commit 7d72108 into microsoft:master Jun 26, 2018
@alexkaratarakis
Copy link
Contributor

Thanks!

@KindDragon
Copy link
Contributor

3.6.1 already available

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.

3 participants