-
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
Speculatively implement LWG-3857 #3348
Conversation
And update references to WG21-N4928. Co-authored-by: S. B. Tam <[email protected]>
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.
I do also appreciate the C++20 workaround. I personally think it's the best way forward.
Looks great, thanks! I pushed a trivial commit to unqualify |
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
Thanks for improving |
Fixes #3336.
The involved constructor of
basic_string_view
is introduced in C++23, so this PR also fixes the issue in C++20 mode in an alternative way.Also updates references to working darft in
<format>
to WG21-N4928.