summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/forward_list
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović2022-10-031-0/+2
* libstdc++: Ensure pmr aliases work without <memory_resource>Jonathan Wakely2022-05-191-1/+1
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* libstdc++: Update __cpp_lib_erase_if macro (P1115R3)Jonathan Wakely2020-02-151-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Remove include directives for deleted Profile Mode headersJonathan Wakely2019-09-261-4/+0
* Avoid ambiguity between C++2a std::erase_if and LFTS versionJonathan Wakely2019-01-291-2/+3
* Define __cpp_lib_erase_if feature test macroJonathan Wakely2019-01-101-0/+3
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Pre-emptively support P0646R1 for std container erasure.Edward Smith-Rowland2018-11-301-4/+5
* Implement uniform container erasure for C++20.Edward Smith-Rowland2018-11-281-0/+21
* Define aliases for containers using polymorphic_allocatorJonathan Wakely2018-08-101-0/+13
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-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
* * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill2012-11-101-2/+2
* c++config (_GLIBCXX_EXPORT_TEMPLATE): Remove.Benjamin Kosnik2011-01-211-5/+2
* user.cfg.in: Adjust scanned includes.Benjamin Kosnik2010-11-081-1/+1
* re PR libstdc++/43554 (profile-mode version of forward_list missing)Paolo Carlini2010-10-171-0/+4
* [multiple changes]Paolo Carlini2010-09-291-0/+4
* [multiple changes]Paolo Carlini2010-07-271-0/+1
* hashtable.h: Fold in include/tr1_impl/hashtable.h contents.Paolo Carlini2010-02-101-2/+2
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-15/+10
* forward_list: New.Edward Smith-Rowland2008-10-151-0/+51