mirror of git://gcc.gnu.org/git/gcc.git
2018-11-30 Edward Smith-Rowland <3dw4rd@verizon.net> Implement P0457R2 String Prefix and Suffix Checking. * include/bits/basic_string.h: Add starts_with, ends_with members. * include/std/string_view: Ditto. * testsuite/21_strings/basic_string/operations/starts_with/ char/1.cc: New test. * testsuite/21_strings/basic_string/operations/starts_with/ wchar_t/1.cc: New test. * testsuite/21_strings/basic_string/operations/ends_with/ char/1.cc: New test. * testsuite/21_strings/basic_string/operations/ends_with/ wchar_t/1.cc: New test. * testsuite/21_strings/basic_string_view/operations/starts_with/ char/1.cc: New test. * testsuite/21_strings/basic_string_view/operations/starts_with/ wchar_t/1.cc: New test. * testsuite/21_strings/basic_string_view/operations/ends_with/ char/1.cc: New test. * testsuite/21_strings/basic_string_view/operations/ends_with/ wchar_t/1.cc: New test. From-SVN: r266674 |
||
|---|---|---|
| .. | ||
| allocator | ||
| capacity | ||
| cons | ||
| debug | ||
| element_access | ||
| inserters_extractors | ||
| literals | ||
| modifiers | ||
| numeric_conversions | ||
| operations | ||
| operators | ||
| range_access | ||
| requirements | ||
| types | ||
| 40160.cc | ||
| 56166.cc | ||
| 79162.cc | ||
| dr2268.cc | ||
| erasure.cc | ||
| init-list.cc | ||
| lwg2758.cc | ||
| lwg2946.cc | ||
| pthread4.cc | ||
| pthread18185.cc | ||
| pthread33394.cc | ||