aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/stl_multiset.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-04-27libstdc++: Add @headerfile and @since to doxygen comments [PR40380]Jonathan Wakely1-1/+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/+3
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely1-12/+12
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-07-06libstdc++: Fix -Wmismatched-tags warnings (PR 96063)Jonathan Wakely1-1/+1
2020-04-20libstdc++: Add comparison operators to associative containersJonathan Wakely1-1/+30
2020-02-24libstdc++: enable_view has false positives (LWG 3326)Jonathan Wakely1-11/+0
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-19libstdc++: Fix declarations of variable templatesJonathan Wakely1-1/+1
2019-11-17libstdc++: Define C++20 range utilities and range factoriesJonathan Wakely1-0/+10
2019-06-03Enforce allocator::value_type consistency for containers in C++2aJonathan Wakely1-1/+1
2019-02-26PR libstdc++/89477 constrain deduction guides for maps and setsJonathan Wakely1-25/+27
2019-01-21Fix after P0600.Ulrich Drepper1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-09-03PR libstdc++/87194 fix range insertion into maps and setsJonathan Wakely1-6/+6
2018-07-04P0458R2 Checking for Existence of an Element in Associative ContainersJonathan Wakely1-0/+19
2018-05-27stl_tree.h (_Rb_tree_impl(_Node_allocator&&)): New.François Dumont1-3/+3
2018-03-20re PR libstdc++/84998 (std::hash<std::bitset<N>> fails in Debug Mode)François Dumont1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-21PR libstdc++/48101 improve errors for invalid container specializationsJonathan Wakely1-0/+9
2017-10-26Deduction guides for associative containers, debug mode deduction guide fixes.Ville Voutilainen1-0/+38
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont1-2/+2
2017-03-20stl_deque.h (deque): Access allocator value_type only if concept checks are e...François Dumont1-25/+29
2017-01-11PR78134 fix return types of heterogeneous lookup functionsJonathan Wakely1-12/+12
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-07stl_map.h (map(const map&)): Make default.François Dumont1-14/+19
2016-10-26stl_map.h (map()): Make default.François Dumont1-5/+5
2016-10-0577864 Fix noexcept conditions for map/set default constructorsJonathan Wakely1-3/+3
2016-09-26Add assertions to extract(const_iterator) functionsJonathan Wakely1-1/+4
2016-09-22Implement C++17 node extraction and insertion (P0083R5)Jonathan Wakely1-0/+81
2016-07-14Improve doxygen comments for allocators in containersJonathan Wakely1-5/+8
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-10Fix return type of heterogeneous find for setsJonathan Wakely1-4/+6
2015-07-13c++config (_GLIBCXX_NOEXCEPT_IF): Define.Jonathan Wakely1-7/+2
2015-06-26Implement N4258 (Cleaning-up noexcept in the Library rev 3)Jonathan Wakely1-1/+5
2015-06-26stl_bvector.h (vector<bool>::vector()): Add noexcept.Jonathan Wakely1-0/+3
2015-01-20Implement N3657: heterogeneous lookup in associative containers.Jonathan Wakely1-0/+63
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-09-24re PR libstdc++/29988 (More stl_tree.h enhancements: improving operator=)François Dumont1-23/+3
2014-06-14api.xml: Link to more recent API docs.Jonathan Wakely1-2/+2
2014-01-23re PR libstdc++/59872 (Cannot move std::map with move-only mapped_type)Jonathan Wakely1-3/+3
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-11/+49
2013-06-10c++config (_GLIBCXX_ABI_TAG_CXX11): Add.Benjamin Kosnik1-0/+2
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-2/+1
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill1-10/+10
2012-09-24re PR libstdc++/44436 ([C++0x] Implement emplace* in associative containers)François Dumont1-1/+49