-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Implement P0472R3 - Put monostate in <utility>
#5382
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
Conversation
|
@microsoft-github-policy-service agree |
|
Thanks! I pushed an additional commit to follow our convention of listing all implemented features in This change is sufficiently simple and resistant to accidental damage that no test coverage is necessary. We merge PRs simultaneously to our GitHub and MSVC-internal repos in a semi-manual process, batched up to save time. Your PR will be part of the next batch, likely either this week or next week. I'll post comments here as I prepare your PR for merging! |
|
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
|
Thanks for implementing this C++26 feature, and congratulations on your first microsoft/STL commit! 😻 🚀 🎉 |
Move
monostate(from<xutility>) and related definitions (from<variant>) to<utility>.<utility>is included by both headers, so no code is broken.resolves #5294