summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/stl_set.h
AgeCommit message (Expand)Author
2025-10-14libstdc++: Test specific feature test macros instead of __cplusplusJonathan Wakely
2025-04-29libstdc++: Optimize removal from unique assoc containers [PR112934]Barnabás Pőcze
2025-04-11libstdc++: Define __cpp_lib_containers_ranges in appropriate headers [PR111055]Tomasz Kamiński
2025-03-18libstdc++: Add P1206R7 from_range members to ordered sets [PR111055]Tomasz Kamiński
2025-01-16libstdc++: Check feature test macro for associative container node extractionJonathan Wakely
2025-01-02Update copyright years.Jakub Jelinek
2024-11-20libstdc++: Use const_iterator in std::set::find<K> return typeJonathan Wakely
2024-01-03Update copyright years.Jakub Jelinek
2023-04-27libstdc++: Add @headerfile and @since to doxygen comments [PR40380]Jonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2022-01-03Update copyright years.Jakub Jelinek
2021-10-04libstdc++: Implement P1518R2 for container deduction guidesJonathan Wakely
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-07-06libstdc++: Fix -Wmismatched-tags warnings (PR 96063)Jonathan Wakely
2020-04-20libstdc++: Add comparison operators to associative containersJonathan Wakely
2020-02-24libstdc++: enable_view has false positives (LWG 3326)Jonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-11-19libstdc++: Fix declarations of variable templatesJonathan Wakely
2019-11-17libstdc++: Define C++20 range utilities and range factoriesJonathan Wakely
2019-06-03Enforce allocator::value_type consistency for containers in C++2aJonathan Wakely
2019-02-26PR libstdc++/89477 constrain deduction guides for maps and setsJonathan Wakely
2019-01-21Fix after P0600.Ulrich Drepper
2019-01-01Update copyright years.Jakub Jelinek
2018-09-03PR libstdc++/87194 fix range insertion into maps and setsJonathan Wakely
2018-07-04P0458R2 Checking for Existence of an Element in Associative ContainersJonathan Wakely
2018-05-27stl_tree.h (_Rb_tree_impl(_Node_allocator&&)): New.François Dumont
2018-03-20re PR libstdc++/84998 (std::hash<std::bitset<N>> fails in Debug Mode)François Dumont
2018-01-03Update copyright years.Jakub Jelinek
2017-11-21PR libstdc++/48101 improve errors for invalid container specializationsJonathan Wakely
2017-10-26Deduction guides for associative containers, debug mode deduction guide fixes.Ville Voutilainen
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont
2017-03-20stl_deque.h (deque): Access allocator value_type only if concept checks are e...François Dumont
2017-01-11PR78134 fix return types of heterogeneous lookup functionsJonathan Wakely
2017-01-11PR78273 fix count to work with partitioning functionJonathan Wakely
2017-01-01Update copyright years.Jakub Jelinek
2016-12-07stl_map.h (map(const map&)): Make default.François Dumont
2016-10-26stl_map.h (map()): Make default.François Dumont
2016-10-0577864 Fix noexcept conditions for map/set default constructorsJonathan Wakely
2016-09-26Add assertions to extract(const_iterator) functionsJonathan Wakely
2016-09-22Implement C++17 node extraction and insertion (P0083R5)Jonathan Wakely
2016-07-14Improve doxygen comments for allocators in containersJonathan Wakely
2016-01-04Update copyright years.Jakub Jelinek
2015-11-10Fix return type of heterogeneous find for setsJonathan Wakely
2015-07-13c++config (_GLIBCXX_NOEXCEPT_IF): Define.Jonathan Wakely
2015-06-26Implement N4258 (Cleaning-up noexcept in the Library rev 3)Jonathan Wakely
2015-06-26stl_bvector.h (vector<bool>::vector()): Add noexcept.Jonathan Wakely
2015-01-20Implement N3657: heterogeneous lookup in associative containers.Jonathan Wakely
2015-01-05Update copyright years.Jakub Jelinek
2014-09-24re PR libstdc++/29988 (More stl_tree.h enhancements: improving operator=)François Dumont