summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/21_strings/basic_string/requirements/citerators.cc
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98...Jonathan Wakely2021-10-091-2/+0
* libstdc++: Fix and complete __gnu_debug::basic_string implementationFrançois Dumont2021-03-251-0/+4
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Use effective-target instead of -std optionsJonathan Wakely2016-08-261-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Fix testsuite failures with --disable-wchar_tJonathan Wakely2015-10-031-0/+2
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* shrink_to_fit.cc: Prefer -std=gnu++11.Paolo Carlini2014-10-151-1/+1
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-021-1/+1
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-031-1/+1
* basic_string.h (basic_string): Add cbegin(), cend(), crbegin(), crend() in C+...Benjamin Kosnik2009-08-251-0/+29