aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/forward_list.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-16libstdc++: Only declare feature test macros in standard headersJonathan Wakely1-4/+1
2023-08-16libstdc++: Replace all manual FTM definitions and useArsen Arsenović1-2/+4
2023-04-27libstdc++: Add @headerfile and @since to doxygen comments [PR40380]Jonathan Wakely1-0/+2
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-10-04libstdc++: Implement P1518R2 for container deduction guidesJonathan Wakely1-2/+4
2021-08-04libstdc++: Add [[nodiscard]] to sequence containersJonathan Wakely1-1/+29
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-04-17libstdc++: Add comparison operators to sequence containersJonathan Wakely1-1/+27
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-17PR libstdc++/92124 fix incorrect container move assignmentJonathan Wakely1-2/+2
2019-06-03Enforce allocator::value_type consistency for containers in C++2aJonathan Wakely1-1/+1
2019-01-21Fix after P0600.Ulrich Drepper1-1/+1
2019-01-03PR libstdc++/88607 replace or remove unnecessary UTF-8 charactersJonathan Wakely1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-30PR libstdc++/87809 avoid invalid expressions in exception specificationsJonathan Wakely1-1/+1
2018-10-112018-10-11 François Dumont <fdumont@gcc.gnu.org>François Dumont1-33/+28
2018-07-04P0646R1 Improving the Return Value of Erase-Like Algorithms IJonathan Wakely1-5/+21
2018-06-13PR libstdc++/86127 avoid unnecessary allocator conversionsJonathan Wakely1-7/+4
2018-01-102018-01-10 François Dumont <fdumont@gcc.gnu.org>François Dumont1-189/+215
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-21PR libstdc++/48101 improve errors for invalid container specializationsJonathan Wakely1-1/+8
2017-09-13Define std::__to_address helperJonathan Wakely1-1/+1
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont1-0/+2
2017-06-09Add deduction guides for sequence containers (P0433R2, partial)Jonathan Wakely1-0/+10
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-17Implement P0084R2, Emplace return type, for C++17Jonathan Wakely1-3/+12
2016-07-14Improve doxygen comments for allocators in containersJonathan Wakely1-5/+11
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-10Improve generated libstdc++ API docsJonathan Wakely1-1/+4
2015-07-13c++config (_GLIBCXX_NOEXCEPT_IF): Define.Jonathan Wakely1-2/+1
2015-06-26Implement N4258 (Cleaning-up noexcept in the Library rev 3)Jonathan Wakely1-2/+2
2015-06-17forward_list.h (_Fwd_list_base(const _Node_alloc_type&)): Change parameter to...Jonathan Wakely1-7/+22
2015-06-17forward_list.h (forward_list::_M_get_Node_allocator): Remove unnecessary uses...Jonathan Wakely1-2/+2
2015-04-28re PR libstdc++/61645 (forward_list::splice_after shall not throw exceptions)Jonathan Wakely1-6/+6
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-06-25alloc_traits.h (__alloc_rebind): Define alias template.Jonathan Wakely1-7/+2
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-11-15stl_map.h (map): Implement C++11 allocator-aware container requirements.Jonathan Wakely1-1/+1
2013-09-25re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse1-22/+22
2013-06-16re PR libstdc++/57263 (std::set with user-defined allocator - compile error)Jonathan Wakely1-2/+9
2013-04-07Makefile.am: Add ext/aligned_buffer.hJonathan Wakely1-8/+4
2013-04-07forward_list.h: Only include required headers.Jonathan Wakely1-5/+8
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-1/+1
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill1-1/+1
2012-11-02forward_list.h (forward_list(size_type)): Add missing allocator parameter.Jonathan Wakely1-21/+32
2012-11-01forward_list.h (forward_list::assign): Dispatch to new functions based on ass...Jonathan Wakely1-19/+70
2012-10-31forward_list.h (forward_list): Adjust comments.Jonathan Wakely1-21/+12