summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/stl_map.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 maps [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-01-03Update copyright years.Jakub Jelinek
2023-11-16libstdc++: Only declare feature test macros in standard headersJonathan Wakely
2023-08-16libstdc++: Replace all manual FTM definitions and useArsen Arsenović
2023-04-27libstdc++: Add @headerfile and @since to doxygen comments [PR40380]Jonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2022-10-15libstdc++: Fix uses_allocator_construction args for cv pair (LWG 3677)Jonathan Wakely
2022-01-21libstdc++: Ensure all feature test macros have type long [PR87193]Jonathan Wakely
2022-01-14libstdc++: Add attribute to features deprecated in C++17 [PR91260]Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-12-09libstdc++: Avoid unnecessary allocations in std::map insertions [PR92300]Jonathan Wakely
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-22libstdc++: Remove non-standard feature test macrosJonathan Wakely
2020-04-20libstdc++: Add comparison operators to associative containersJonathan Wakely
2020-01-09rename local _C2 identifiers in stl map header filesOlivier Hainque
2020-01-01Update copyright years.Jakub Jelinek
2019-06-03Fix uses of static_assert not guarded by C++11 checkJonathan 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-09-03PR libstdc++/78595 implement insertion into maps in terms of emplaceJonathan 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-10-13PR libstdc++/82522 overload map insert functions for rvalues (LWG 2354)Jonathan Wakely
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-16Reuse Doxygen comments for map::erase overloadsJonathan Wakely
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