-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
<yvals_core.h> Remove unnecessary _HAS_CXX23 definition #2226
Conversation
…lready in <vcruntime.h>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for your first contribution 🎉
I'm mirroring this to an MSVC-internal PR; please notify me if any further changes are pushed. |
Thanks for removing this unnecessary code, and congratulations on your first microsoft/STL commit! 🎉 😸 🚀 This change will be available in VS 2022 17.1 Preview 2. |
The symbol is already defined in <vcruntime.h> so it's redundant here.
Fixes #2214