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

Upgrade MUXC project to latest C++/WinRT #1730

Merged
merged 2 commits into from
Dec 6, 2019

Conversation

jevansaks
Copy link
Member

Updating to latest C++/WinRT. There was a small breaking change that was a result of us asking for a fix -- all C++/WinRT constructors are now "explicit". This means that they can't be implicitly converted like via a parameter or return value. This didn't come up that much but I did have to change a couple of places.

I need us on the latest C++/WinRT train to get us moved over to the CppWinRTOptimized mode and to later benefit from the PCH size reductions.

@jevansaks jevansaks added area-DevInternal Internal build infrastructure, code cleanup, engineering efficiency team-Controls Issue for the Controls team labels Dec 6, 2019
@msft-github-bot msft-github-bot added the needs-triage Issue needs to be triaged by the area owners label Dec 6, 2019
@jevansaks jevansaks removed the needs-triage Issue needs to be triaged by the area owners label Dec 6, 2019
Copy link
Contributor

@StephenLPeters StephenLPeters left a comment

Choose a reason for hiding this comment

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

:shipit:

@jevansaks jevansaks merged commit 11df1aa into master Dec 6, 2019
@jevansaks jevansaks deleted the user/jevansaks/latestcppwinrt branch December 6, 2019 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-DevInternal Internal build infrastructure, code cleanup, engineering efficiency team-Controls Issue for the Controls team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants