summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/unordered_map.h
AgeCommit message (Expand)Author
2025-10-14libstdc++: Test specific feature test macros instead of __cplusplusJonathan Wakely
2025-07-25libstdc++: doc: Rectify referencing of non-existent typeTuur Martens
2025-04-28libstdc++: Implement missing allocator-aware constructors for unordered conta...Tomasz Kamiński
2025-04-11libstdc++: Define __cpp_lib_containers_ranges in appropriate headers [PR111055]Tomasz Kamiński
2025-03-19libstdc++-v3: Implement allocator-aware from_range_t constructors for unorder...Tomasz Kamiński
2025-03-19libstdc++: Cast difference_type for insert_range unordered non-unique contain...Tomasz Kamiński
2025-03-18libstdc++: Add P1206R7 from_range members to unordered maps [PR111055]Tomasz Kamiński
2025-01-02Update copyright years.Jakub Jelinek
2024-11-13libstdc++: Simplify _Hashtable merge functionsJonathan Wakely
2024-11-01libstdc++: Check feature test macros in unordered containersJonathan Wakely
2024-10-25non-gcc: Remove trailing whitespaceJakub 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-05-26libstdc++: Refactor includes for unordered containersJonathan Wakely
2022-01-21libstdc++: Ensure all feature test macros have type long [PR87193]Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely
2021-02-09libstdc++: Add unordered containers heterogeneous lookupFrançois Dumont
2021-01-04Update copyright years.Jakub Jelinek
2020-07-29libstdc++: Fix unordered containers move constructors noexcept qualificationFrançois Dumont
2020-05-29libstdc++: Review unordered_map insert_or_assign/try_emplace (PR 95079)François Dumont
2020-04-22libstdc++: Remove non-standard feature test macrosJonathan Wakely
2020-04-19libstdc++: Remove operator!= overloads for unordered containersJonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
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++/78595 implement insertion into maps in terms of emplaceJonathan Wakely
2018-07-04P0458R2 Checking for Existence of an Element in Associative ContainersJonathan Wakely
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-27Fix std::unordered_map deduction guideStephan Bergmann
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-01-01Update copyright years.Jakub Jelinek
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-08-13alloc_traits.h: Add feature-test macro.Jonathan Wakely
2015-08-09Implement N4279, Improved insertion interface for unique-key maps.Ville Voutilainen
2015-06-26Implement N4258 (Cleaning-up noexcept in the Library rev 3)Jonathan Wakely
2015-05-17unordered_map.h (unordered_map, [...]): Add missing constructors.François Dumont
2015-05-14re PR libstdc++/66055 (hash containers missing required reserving constructors)Nathan Myers
2015-01-05Update copyright years.Jakub Jelinek