summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/debug/set.h
AgeCommit message (Expand)Author
2025-10-14libstdc++: Test specific feature test macros instead of __cplusplusJonathan Wakely
2025-04-11libstdc++: Define __cpp_lib_containers_ranges in appropriate headers [PR111055]Tomasz Kamiński
2025-03-20libstdc++: Add from_range_t constructors to debug ordered containersJonathan Wakely
2025-01-02Update copyright years.Jakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-01-16Update copyright years.Jakub Jelinek
2022-01-03Update copyright years.Jakub Jelinek
2021-11-20libstdc++: [_GLIBCXX_DEBUG] Reduce performance impact on std::erase_ifFrançois Dumont
2021-11-14libstdc++: [_GLIBCXX_DEBUG] Remove _Safe_container<>::_M_safe()François Dumont
2021-11-11libstdc++: Fix debug containers for C++98 modeJonathan Wakely
2021-10-04libstdc++: Implement P1518R2 for container deduction guidesJonathan Wakely
2021-07-27libstdc++: Remove unnecessary uses of <utility>Jonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-06-02libstdc++: Make debug containers prefer copy ctor to base ctor (PR 90102)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-03-08re PR libstdc++/89477 (Incorrect CTAD deduction guides for set and multiset)François Dumont
2019-01-01Update copyright years.Jakub Jelinek
2018-10-19Fix testsuite failures in Debug ModeJonathan Wakely
2018-10-052018-10-05 François Dumont <fdumont@gcc.gnu.org>François Dumont
2018-10-032018-10-03 François Dumont <fdumont@gcc.gnu.org>François Dumont
2018-08-22re PR libstdc++/68222 (_Safe_iterator provides operators the wrapped iterator...François Dumont
2018-05-182018-05-18 François Dumont <fdumont@gcc.gnu.org>François Dumont
2018-05-08macros.h (__glibcxx_check_valid_range_at): New.François Dumont
2018-01-03Update copyright years.Jakub Jelinek
2017-12-18re PR libstdc++/80761 (std::set<T,C,A>::insert_return_type uses wrong iterato...François Dumont
2017-10-26Deduction guides for associative containers, debug mode deduction guide fixes.Ville Voutilainen
2017-01-01Update copyright years.Jakub Jelinek
2016-09-22Implement C++17 node extraction and insertion (P0083R5)Jonathan Wakely
2016-01-04Update copyright years.Jakub Jelinek
2015-07-13c++config (_GLIBCXX_NOEXCEPT_IF): Define.Jonathan Wakely
2015-06-29stl_iterator_base_types.h (_Iter_base): Limit definition to pre-C++11 mode.François Dumont
2015-06-07stl_tree.h (_Rb_tree<>::__is_transparent<>): Move to outer scope and rename t...François Dumont
2015-01-05Update copyright years.Jakub Jelinek
2014-05-06macros.h [...]: Add parameter to pass the 2 instances to check allocator equa...François Dumont
2014-03-11re PR libstdc++/60499 (non-reserved name in <debug/vector>)Jonathan Wakely
2014-01-22re PR libstdc++/58764 ([lwg/2193] error: converting to ‘const std::vector<s...Jonathan Wakely
2014-01-13set.h (set): Implement C++11 allocator-aware container requirements.François Dumont
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill
2012-09-24re PR libstdc++/44436 ([C++0x] Implement emplace* in associative containers)François Dumont
2012-03-09formatter.h (enum _Debug_msg_id): Add __msg_self_move_assign.Paolo Carlini
2011-06-29set.h, [...]: Remove base class default constructor calls.François Dumont
2011-06-01hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the al...Paolo Carlini
2011-05-26list.cc: Use noexcept per the FDIS.Paolo Carlini
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik