P1989R2 Range Constructor For string_view - #2000
P1989R2 Range Constructor For string_view#2000Stephan T. Lavavej (StephanTLavavej) merged 21 commits into
string_view#2000Conversation
Co-authored-by: timsong-cpp <rs2740@gmail.com>
Casey Carter (CaseyCarter)
left a comment
There was a problem hiding this comment.
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 Casey Carter (@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