summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/string_view
AgeCommit message (Expand)Author
2018-12-18LWG 3040: define starts_with/ends_with as proposedJonathan Wakely
2018-11-30Implement P0457R2 String Prefix and Suffix Checking.Edward Smith-Rowland
2018-11-28PR libstdc++/83511 add default argument to basic_string_view::substrJonathan Wakely
2018-11-19PR libstdc++/88084 - Implement LWG 2777Jonathan Wakely
2018-07-26Remove char16_t and char32_t dependency on <stdint.h>Jonathan Wakely
2018-06-15Decorate string_view members with nonnull attributeJonathan Wakely
2018-01-03Update copyright years.Jakub Jelinek
2017-12-01Fix narrowing conversions in string_view typesJonathan Wakely
2017-12-01Disable -Wliteral-suffix for standard UDLsJonathan Wakely
2017-11-27Add missing noexcept in string_view::find_first_of declarationStephan Bergmann
2017-11-23Add [[nodiscard]] attribute to C++17 componentsJonathan Wakely
2017-10-24Refactor std::basic_string_view members and add noexceptJonathan Wakely
2017-10-24PR libstdc++/82685 add 'noexcept' to string_view literalsJonathan Wakely
2017-09-12PR libstdc++/79433 no #error for including headers with wrong -stdJonathan Wakely
2017-09-11PR libstdc++/70483 make std::string_view fully constexprJonathan Wakely
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont
2017-01-26Fix namespace versioning and remove __detail::__identity helpersJonathan Wakely
2017-01-24PR libstdc++/79206 check string_view sizes in operator==Jonathan Wakely
2017-01-01Update copyright years.Jakub Jelinek
2016-11-13Implement P0403R1, Literal suffixes for basic_string_view.Ville Voutilainen
2016-10-11Remove redundant const qualifliers from string_viewJonathan Wakely
2016-10-03Fix libstdc++ versioned namespace buildJonathan Wakely
2016-07-28Implement std::string_view and P0254r2,Ville Voutilainen