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

[CI] Fix for building with Visual Studio 17.6 #25759

Merged
merged 2 commits into from
May 2, 2023

Conversation

snickler
Copy link
Collaborator

Summary of the Pull Request

Resolves issues building with Visual Studio 17.6 by disabling the building of C++/23 Standard Library Modules. Fixes struct member object initialization issue that triggers C26495 with FindMyMouse.

PR Checklist

Detailed Description of the Pull Request / Additional comments

Validation Steps Performed

Built with both VS 17.5 and VS 17.6 Preview 5 to verify that both builds continue functioning properly.

@snickler snickler self-assigned this Apr 28, 2023
@crutkas crutkas added the Needs-Review This Pull Request awaits the review of a maintainer. label Apr 29, 2023
Copy link
Collaborator

@jaimecbernardo jaimecbernardo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like it doesn't impact building with current Visual Studio. LGTM! Thank you for the fix!

@jaimecbernardo jaimecbernardo merged commit 0aeab56 into main May 2, 2023
@crutkas crutkas deleted the dev/snickler/25526-vs-17-6-preview-fix branch May 18, 2023 20:06
BLM16 pushed a commit to BLM16/PowerToys that referenced this pull request Jun 22, 2023
* Disable building Stl Modules

* [FindMyMouse] Fix C26495 errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs-Review This Pull Request awaits the review of a maintainer.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] - build fails in Visual Studio 17.6.0 Preview 3.0 - C1214 - Modules conflict with '/Zc:twoPhase-'
3 participants