- Notifications
You must be signed in to change notification settings - Fork1.6k
Update_MSVC_STL_UPDATE to May 2025 and update_MSVC_STL_VERSION to 145#5464
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
StephanTLavavej commentedMay 2, 2025
Thanks! There's a typo in your PR description - it says it's changing We merge PRs simultaneously to our GitHub and MSVC-internal repos, mirrored in a semi-manual process and batched up to save time. Your PR will be part of the next batch, probably next week (depending on how busy I am). I'll post comments here as I prepare your PR for merging. |
vinay-852 commentedMay 4, 2025
Thanks for the clarification, Stephan! I’ll update the description and keep your suggestions in mind for future PRs. |
StephanTLavavej commentedMay 9, 2025
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
_MSVC_STL_UPDATE to May 2025 and update_MSVC_STL_VERSION to 1453a06698 intomicrosoft:mainUh oh!
There was an error while loading.Please reload this page.
StephanTLavavej commentedMay 10, 2025
Thanks for updating these version macros and congratulations on your first microsoft/STL commit! 🎉 😻 🐈 |
Uh oh!
There was an error while loading.Please reload this page.
This PR updates the _MSVC_STL_VERSION macro in yvals_core.h from 143 to 145 to reflect the beginning of work on Visual Studio 18, whose toolset will identify itself as "v145".
Updated line:
#define _MSVC_STL_VERSION 143→#define _MSVC_STL_VERSION 145#define _MSVC_STL_UPDATE 202504L→#define _MSVC_STL_UPDATE 202505LThis change ensures consistency with the new toolset versioning and aligns with the guidelines mentioned in issue#5461.
Closes#5461 .