cxx/test/experimental/string.view
2014-11-11 22:07:10 +00:00
..
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. 2014-07-08 22:38:11 +00:00
string.view.capacity Minor cleanup for string_view; mostly from suggestions by Richard Smith. Also, make the tests pass under c++03 2014-07-02 15:45:57 +00:00
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) 2014-06-11 16:44:55 +00:00
string.view.cons Minor cleanup for string_view; mostly from suggestions by Richard Smith. Also, make the tests pass under c++03 2014-07-02 15:45:57 +00:00
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) 2014-06-11 16:44:55 +00:00
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) 2014-06-11 16:44:55 +00:00
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) 2014-06-11 16:44:55 +00:00
string.view.iterators Minor cleanup for string_view; mostly from suggestions by Richard Smith. Also, make the tests pass under c++03 2014-07-02 15:45:57 +00:00
string.view.modifiers Replaced checking in string_view::remove_suffix/remove_prefix by _LIBCPP_ASSERT, since this is technically undefined behavior. Fixes PR#21496 2014-11-11 22:07:10 +00:00
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) 2014-06-11 16:44:55 +00:00
string.view.ops Mark string_view::to_string as const. Fixes PR21428 2014-11-02 15:35:32 +00:00
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) 2014-06-11 16:44:55 +00:00
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) 2014-06-11 16:44:55 +00:00
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) 2014-06-11 16:44:55 +00:00