Skip to content

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

Merged
alexkaratarakis merged 1 commit intomicrosoft:masterfrom
LarryIII:FixC2039
Jun 26, 2018
Merged

Remove call to nonexistent member seekpos() of std::fpos#3753
alexkaratarakis merged 1 commit intomicrosoft:masterfrom
LarryIII:FixC2039

Conversation

@LarryIII
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Contributor

Thanks!

@KindDragon
Copy link
Copy Markdown
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