-
Notifications
You must be signed in to change notification settings - Fork 1.6k
P1989R2 Range Constructor For string_view
#2000
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
P1989R2 Range Constructor For string_view
#2000
Conversation
Co-authored-by: timsong-cpp <[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.
Just one little nitpicky thing that I'll go ahead and apply.
Remove extraneous `std`-qualification on `size_t`.
This PR needs to merge |
On it. |
Merge fixed. |
@sam20908 @CaseyCarter After looking at the Standardese one more time, I added a bit more test coverage to exercise the various constraints. Some of them simply disambiguate other constructors so they didn't need additional testing. The one constraint that isn't exercised is |
This comment has been minimized.
This comment has been minimized.
Thanks for implementing this C++23 feature - a major usability improvement that tons of programmers will enjoy! 🎉 😻 🚀 |
Reported LLVM-51018 "C++23 makes constructing |
Fixes #1977