.. |
string.view.access
|
Add tests to make sure that <string_view> provides std::size/data/empty in C++17 mode. This is LWG#3009, coming up for a vote in JAX - but we already do it, just don't have tests
|
2018-01-30 00:47:43 +00:00 |
string.view.capacity
|
Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308
|
2018-12-11 04:35:44 +00:00 |
string.view.comparison
|
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
|
2016-11-04 20:26:59 +00:00 |
string.view.cons
|
Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308
|
2018-12-11 04:35:44 +00:00 |
string.view.find
|
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
|
2016-11-04 20:26:59 +00:00 |
string.view.hash
|
Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308
|
2018-12-11 04:35:44 +00:00 |
string.view.io
|
…
|
|
string.view.iterators
|
Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308
|
2018-12-11 04:35:44 +00:00 |
string.view.modifiers
|
Remove non-standard basic_string_view::clear() member.
|
2017-05-12 03:35:53 +00:00 |
string.view.nonmem
|
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
|
2016-11-04 20:26:59 +00:00 |
string.view.ops
|
[libcxx] [test] Add missing <stdexcept> in several tests.
|
2018-08-08 00:40:32 +00:00 |
string.view.synop
|
…
|
|
string.view.template
|
Implement P0457R2: 'String Prefix and Suffix Checking' for c++2a
|
2017-12-04 20:11:38 +00:00 |
string_view.literals
|
Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308
|
2018-12-11 04:35:44 +00:00 |
char.bad.fail.cpp
|
Implement LWG3034: P0767R1 breaks previously-standard-layout types
|
2018-03-21 00:36:05 +00:00 |
traits_mismatch.fail.cpp
|
Implement LWG#2761: 'basic_string should require that charT match traits::char_type'. Tests for string_view, too
|
2017-03-15 18:41:11 +00:00 |
types.pass.cpp
|
Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308
|
2018-12-11 04:35:44 +00:00 |