forked from OSchip/llvm-project
![]() Implement P1391 (https://wg21.link/p1391) which allows `std::string_view` to be constructible from any contiguous range of characters. Note that a different paper (http://wg21.link/P1989) handles the generic range constructor for `std::string_view`. Reviewed By: ldionne, Quuxplusone, Mordante, #libc Differential Revision: https://reviews.llvm.org/D110718 |
||
---|---|---|
.. | ||
basic.string | ||
basic.string.hash | ||
basic.string.literals | ||
c.strings | ||
char.traits | ||
string.classes | ||
string.conversions | ||
string.view | ||
strings.erasure | ||
strings.general |