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

[Openxr-loader] Fix fatal error C1189 #7376

Merged
merged 1 commit into from
Jul 24, 2019
Merged

[Openxr-loader] Fix fatal error C1189 #7376

merged 1 commit into from
Jul 24, 2019

Conversation

Cheney-W
Copy link
Contributor

Openxr-loader compile filed with a fatal error C1189 in an internal version of VS, this issue could be fixed by adding the compile option /std:c++17.

@Cheney-W Cheney-W added the info:internal This PR or Issue was filed by the vcpkg team. label Jul 23, 2019
@Rastaban Rastaban merged commit facd998 into microsoft:master Jul 24, 2019
@rpavlik
Copy link
Contributor

rpavlik commented Aug 2, 2019

Could you let us know over "upstream" over on https://github.com/KhronosGroup/OpenXR-SDK-Source ? It's supposed to only use C++11 (we've avoided even make_unique, the horrors), so if enabling C++17 is a fix to something, it's probably our bug too?

@Cheney-W
Copy link
Contributor Author

Cheney-W commented Aug 6, 2019

Looks like this port could be installed successfully without my patch now, I think it should have something to do with the port update five days ago.
I will remove the patch today.

@Cheney-W Cheney-W deleted the Cheney/0722/openxr-loader branch August 6, 2019 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info:internal This PR or Issue was filed by the vcpkg team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants