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

Fix a misdiagnosis in MSVC 17.11 #17723

Merged
merged 2 commits into from
Aug 15, 2024
Merged

Fix a misdiagnosis in MSVC 17.11 #17723

merged 2 commits into from
Aug 15, 2024

Conversation

lhecker
Copy link
Member

@lhecker lhecker commented Aug 15, 2024

Title.

@lhecker lhecker added the Area-Build Issues pertaining to the build system, CI, infrastructure, meta label Aug 15, 2024
@@ -9,6 +9,10 @@
#include "../../types/inc/convert.hpp"
#include "../../inc/conattrs.hpp"

// Misdiagnosis in MSVC 17.11: Referencing global constants in the member initializer
Copy link
Member

Choose a reason for hiding this comment

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

mark these with BODGY since that's how we mark things where we had to work around dumb platform problems

Copy link
Member

Choose a reason for hiding this comment

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

can we file this on the compiler folx too?

Copy link
Member Author

Choose a reason for hiding this comment

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

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something label Aug 15, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot removed the Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something label Aug 15, 2024
@DHowett DHowett merged commit bf44b6c into main Aug 15, 2024
16 of 20 checks passed
@DHowett DHowett deleted the dev/lhecker/msvc-shenanigans branch August 15, 2024 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Build Issues pertaining to the build system, CI, infrastructure, meta
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants