summaryrefslogtreecommitdiffstats
path: root/libcxx/test/experimental/string.view/string.view.modifiers/remove_prefix.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-76/+0
| | | | llvm-svn: 224658
* Replaced checking in string_view::remove_suffix/remove_prefix by ↵Marshall Clow2014-11-111-5/+2
| | | | | | _LIBCPP_ASSERT, since this is technically undefined behavior. Fixes PR#21496 llvm-svn: 221717
* Implement string_view from the library fundamentals TS (n4023). Also works ↵Marshall Clow2014-06-111-0/+79
in C++11 and 03, with reduced functionality (mostly in the area of constexpr) llvm-svn: 210659
OpenPOWER on IntegriCloud