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

Fixed builds on VS 2022 version 17.2. #2156

Merged
merged 1 commit into from
May 13, 2022

Conversation

jedieaston
Copy link
Contributor

@jedieaston jedieaston commented May 13, 2022


For those of us who keep forgetting minor VS version bumps change the compiler enjoy living on the bleeding edge, Visual Studio 2022 was updated to version 17.2 this week, again breaking winget builds. This PR resolves the errors, by adding a missing typename keyword in a couple places.

The kicker is, I can't find a changelog (publicly) that mentions what changed to cause this. Nothing in the STL changelog looks to be it, and the conformance changes don't mention it either. This seems more correct anyway, so I think it is fine, but if anyone could shed some more light that would be great!

(My daily builds broke because GitHub Actions' image was updated this week. I believe hosted ADO pools use the same images, so I think the CI for this repo may have broken too? In any case, this fixes the issue.)

Microsoft Reviewers: Open in CodeFlow

@jedieaston jedieaston requested a review from a team as a code owner May 13, 2022 12:48
@jedieaston jedieaston changed the title Fixed builds on VS 2022 17.2. Fixed builds on VS 2022 version 17.2. May 13, 2022
@JohnMcPMS
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@yao-msft yao-msft merged commit 3b356a8 into microsoft:master May 13, 2022
@jedieaston jedieaston deleted the conformance-is-futile branch May 13, 2022 22:45
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