summaryrefslogtreecommitdiffstats
path: root/libcxx/include/string_view
Commit message (Expand)AuthorAgeFilesLines
* Fix more unreserved namesEric Fiselier2017-06-011-2/+2
* [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier2017-05-311-1/+6
* Remove non-standard basic_string_view::clear() member.Eric Fiselier2017-05-121-8/+0
* Implement LWG#2761: 'basic_string should require that charT match traits::cha...Marshall Clow2017-03-151-0/+4
* Implement LWG#2778: basic_string_view is missing constexpr.Marshall Clow2017-01-231-5/+5
* Implement P0403R1 - 'Literal suffixes for basic_string_view'. Requires clang ...Marshall Clow2017-01-091-0/+37
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-2/+2
* Add module definitions for string_viewEric Fiselier2016-12-051-0/+3
* Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last...Marshall Clow2016-11-141-3/+2
* Move 'quoted' for string_view from <string_view> to <iomanip> (where the othe...Marshall Clow2016-10-271-12/+0
* Followon to r279744. Find the other exception types and make __throw_XXX rout...Marshall Clow2016-08-251-3/+3
* Add a bunch of noexcepts to char_traits and string_view.Marshall Clow2016-07-281-1/+1
* Fix some string_view tests that were failing when exceptions were disabled. A...Marshall Clow2016-07-211-3/+3
* Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow2016-07-211-0/+764
OpenPOWER on IntegriCloud