You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Marshall Clow
484728789e
string_view enhancements. Move to the correct namespace. Better constexpr support (thanks to Richard for the suggestions). Update the tests to match this. Add <experimental/__config for experimental macros/etc to live.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@212569 91177308-0d34-0410-b5e6-96231b3b80d8
|
11 years ago |
| .. |
|
string.view.access
|
string_view enhancements. Move to the correct namespace. Better constexpr support (thanks to Richard for the suggestions). Update the tests to match this. Add <experimental/__config for experimental macros/etc to live.
|
11 years ago |
|
string.view.capacity
|
Minor cleanup for string_view; mostly from suggestions by Richard Smith. Also, make the tests pass under c++03
|
12 years ago |
|
string.view.comparison
|
Implement string_view from the library fundamentals TS (n4023). Also works in C++11 and 03, with reduced functionality (mostly in the area of constexpr)
|
12 years ago |
|
string.view.cons
|
Minor cleanup for string_view; mostly from suggestions by Richard Smith. Also, make the tests pass under c++03
|
12 years ago |
|
string.view.find
|
Implement string_view from the library fundamentals TS (n4023). Also works in C++11 and 03, with reduced functionality (mostly in the area of constexpr)
|
12 years ago |
|
string.view.hash
|
Implement string_view from the library fundamentals TS (n4023). Also works in C++11 and 03, with reduced functionality (mostly in the area of constexpr)
|
12 years ago |
|
string.view.io
|
Implement string_view from the library fundamentals TS (n4023). Also works in C++11 and 03, with reduced functionality (mostly in the area of constexpr)
|
12 years ago |
|
string.view.iterators
|
Minor cleanup for string_view; mostly from suggestions by Richard Smith. Also, make the tests pass under c++03
|
12 years ago |
|
string.view.modifiers
|
Implement string_view from the library fundamentals TS (n4023). Also works in C++11 and 03, with reduced functionality (mostly in the area of constexpr)
|
12 years ago |
|
string.view.nonmem
|
Implement string_view from the library fundamentals TS (n4023). Also works in C++11 and 03, with reduced functionality (mostly in the area of constexpr)
|
12 years ago |
|
string.view.ops
|
Implement string_view from the library fundamentals TS (n4023). Also works in C++11 and 03, with reduced functionality (mostly in the area of constexpr)
|
12 years ago |
|
string.view.synop
|
Implement string_view from the library fundamentals TS (n4023). Also works in C++11 and 03, with reduced functionality (mostly in the area of constexpr)
|
12 years ago |
|
string.view.template
|
Implement string_view from the library fundamentals TS (n4023). Also works in C++11 and 03, with reduced functionality (mostly in the area of constexpr)
|
12 years ago |
|
nothing_to_do.pass.cpp
|
Implement string_view from the library fundamentals TS (n4023). Also works in C++11 and 03, with reduced functionality (mostly in the area of constexpr)
|
12 years ago |