aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/unordered_map.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-16libstdc++: Only declare feature test macros in standard headersJonathan Wakely1-5/+2
2023-08-16libstdc++: Replace all manual FTM definitions and useArsen Arsenović1-2/+6
2023-04-27libstdc++: Add @headerfile and @since to doxygen comments [PR40380]Jonathan Wakely1-0/+4
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-05-26libstdc++: Refactor includes for unordered containersJonathan Wakely1-0/+5
2022-01-21libstdc++: Ensure all feature test macros have type long [PR87193]Jonathan Wakely1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely1-56/+56
2021-02-09libstdc++: Add unordered containers heterogeneous lookupFrançois Dumont1-0/+94
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-07-29libstdc++: Fix unordered containers move constructors noexcept qualificationFrançois Dumont1-0/+2
2020-05-29libstdc++: Review unordered_map insert_or_assign/try_emplace (PR 95079)François Dumont1-112/+60
2020-04-22libstdc++: Remove non-standard feature test macrosJonathan Wakely1-1/+0
2020-04-19libstdc++: Remove operator!= overloads for unordered containersJonathan Wakely1-0/+4
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-02-26PR libstdc++/89477 constrain deduction guides for maps and setsJonathan Wakely1-0/+12
2019-01-21Fix after P0600.Ulrich Drepper1-2/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-09-03PR libstdc++/78595 implement insertion into maps in terms of emplaceJonathan Wakely1-20/+13
2018-07-04P0458R2 Checking for Existence of an Element in Associative ContainersJonathan Wakely1-0/+22
2018-03-20re PR libstdc++/84998 (std::hash<std::bitset<N>> fails in Debug Mode)François Dumont1-2/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-27Fix std::unordered_map deduction guideStephan Bergmann1-1/+1
2017-11-21PR libstdc++/48101 improve errors for invalid container specializationsJonathan Wakely1-8/+8
2017-10-26Deduction guides for associative containers, debug mode deduction guide fixes.Ville Voutilainen1-0/+152
2017-10-13PR libstdc++/82522 overload map insert functions for rvalues (LWG 2354)Jonathan Wakely1-0/+22
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont1-2/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-09-26Add assertions to extract(const_iterator) functionsJonathan Wakely1-2/+8
2016-09-22Implement C++17 node extraction and insertion (P0083R5)Jonathan Wakely1-4/+174
2016-07-14Improve doxygen comments for allocators in containersJonathan Wakely1-8/+6
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-08-13alloc_traits.h: Add feature-test macro.Jonathan Wakely1-0/+2
2015-08-09Implement N4279, Improved insertion interface for unique-key maps.Ville Voutilainen1-0/+234
2015-06-26Implement N4258 (Cleaning-up noexcept in the Library rev 3)Jonathan Wakely1-0/+2
2015-05-17unordered_map.h (unordered_map, [...]): Add missing constructors.François Dumont1-32/+85
2015-05-14re PR libstdc++/66055 (hash containers missing required reserving constructors)Nathan Myers1-0/+21
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-09-06hashtable_policy.h (_Prime_rehash_policy): Constructor noexcept qualified.François Dumont1-4/+10
2014-06-14api.xml: Link to more recent API docs.Jonathan Wakely1-4/+4
2014-06-14user.cfg.in (INPUT): Add C++14 headers.Jonathan Wakely1-13/+13
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-11-14alloc_traits.h (__allow_copy_cons): Remove.Jonathan Wakely1-2/+2
2013-06-14re PR libstdc++/57619 (std::unordered_map and std::unordered_multimap::insert...Paolo Carlini1-4/+4
2013-04-25re PR libstdc++/57065 (incorrect default allocator template for debug and pro...Paolo Carlini1-12/+14
2013-04-22hashtable_policy.h: Add C++11 allocator support.François Dumont1-8/+68
2013-01-16PR libstdc++/55043 (again)Jonathan Wakely1-22/+2
2013-01-16re PR libstdc++/55043 (issue with nesting unordered_map containing unique_ptr...Jonathan Wakely1-0/+20
2013-01-06unordered_map.h: Fix typo in comments.Jonathan Wakely1-3/+3