aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/unordered_set.h
AgeCommit message (Expand)AuthorFilesLines
2 dayslibstdc++: Define __cpp_lib_containers_ranges in appropriate headers [PR111055]Tomasz Kamiński1-7/+7
2025-03-19libstdc++-v3: Implement allocator-aware from_range_t constructors for unorder...Tomasz Kamiński1-0/+15
2025-03-19libstdc++: Cast difference_type for insert_range unordered non-unique contain...Tomasz Kamiński1-1/+1
2025-03-18libstdc++: Add P1206R7 from_range members to unordered sets [PR111055]Tomasz Kamiński1-0/+193
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-11-13libstdc++: Simplify _Hashtable merge functionsJonathan Wakely1-2/+17
2024-11-01libstdc++: Check feature test macros in unordered containersJonathan Wakely1-12/+12
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
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-03Update copyright years.Jakub Jelinek1-1/+1
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely1-52/+52
2021-02-09libstdc++: Add unordered containers heterogeneous lookupFrançois Dumont1-0/+99
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-07-29libstdc++: Fix unordered containers move constructors noexcept qualificationFrançois Dumont1-0/+2
2020-04-19libstdc++: Remove operator!= overloads for unordered containersJonathan Wakely1-0/+4
2020-02-24libstdc++: enable_view has false positives (LWG 3326)Jonathan Wakely1-15/+0
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-19libstdc++: Fix declarations of variable templatesJonathan Wakely1-1/+1
2019-11-17libstdc++: Define C++20 range utilities and range factoriesJonathan Wakely1-0/+15
2019-02-26PR libstdc++/89477 constrain deduction guides for maps and setsJonathan Wakely1-6/+18
2019-01-21Fix after P0600.Ulrich Drepper1-2/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
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-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/+133
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-0/+172
2016-07-14Improve doxygen comments for allocators in containersJonathan Wakely1-6/+4
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
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/+82
2015-05-14re PR libstdc++/66055 (hash containers missing required reserving constructors)Nathan Myers1-0/+20
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-09-06hashtable_policy.h (_Prime_rehash_policy): Constructor noexcept qualified.François Dumont1-4/+12
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-04-22hashtable_policy.h: Add C++11 allocator support.François Dumont1-9/+69
2013-01-16PR libstdc++/55043 (again)Jonathan Wakely1-19/+2
2013-01-16re PR libstdc++/55043 (issue with nesting unordered_map containing unique_ptr...Jonathan Wakely1-1/+18
2012-10-27unordered_map.h (unordered_map<>): Prefer aggregation to inheritance with _Ha...François Dumont1-98/+18
2012-10-22unordered_set.h (unordered_set<>): Prefer aggregation to inheritance with _Ha...François Dumont1-23/+1167
2012-05-15re PR libstdc++/53339 (unordered_map::iterator requires Value to be complete ...Paolo Carlini1-2/+2