-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Implement LWG-3574 and LWG-3595: common_iterator should be completely constexpr-able
#2410
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
|
Thanks! I added a missing |
common_iterator should be completely constexpr-ablecommon_iterator should be completely constexpr-able
When the Working Draft says |
common_iterator should be completely constexpr-ablecommon_iterator should be completely constexpr-able
Test constexpr copy construction with a stored sentinel whose copy constructor is constexpr but not trivial
|
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
|
Thanks for implementing a fourth and fifth LWG issue resolution in today's batch! 🤯 💥 😻 |
Fixes #2397
Fixes #2264