summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/unordered_set.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libstdc++: Fix doxygen markup for group close commandsJonathan Wakely2021-04-061-52/+52
* libstdc++: Add unordered containers heterogeneous lookupFrançois Dumont2021-02-091-0/+99
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* libstdc++: Fix unordered containers move constructors noexcept qualificationFrançois Dumont2020-07-291-0/+2
* libstdc++: Remove operator!= overloads for unordered containersJonathan Wakely2020-04-191-0/+4
* libstdc++: enable_view has false positives (LWG 3326)Jonathan Wakely2020-02-241-15/+0
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* libstdc++: Fix declarations of variable templatesJonathan Wakely2019-11-191-1/+1
* libstdc++: Define C++20 range utilities and range factoriesJonathan Wakely2019-11-171-0/+15
* PR libstdc++/89477 constrain deduction guides for maps and setsJonathan Wakely2019-02-261-6/+18
* Fix after P0600.Ulrich Drepper2019-01-211-2/+2
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* P0458R2 Checking for Existence of an Element in Associative ContainersJonathan Wakely2018-07-041-0/+22
* re PR libstdc++/84998 (std::hash<std::bitset<N>> fails in Debug Mode)François Dumont2018-03-201-2/+2
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* PR libstdc++/48101 improve errors for invalid container specializationsJonathan Wakely2017-11-211-8/+8
* Deduction guides for associative containers, debug mode deduction guide fixes.Ville Voutilainen2017-10-261-0/+133
* re PR libstdc++/81064 (Inline namespace regression)François Dumont2017-07-231-2/+2
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Add assertions to extract(const_iterator) functionsJonathan Wakely2016-09-261-2/+8
* Implement C++17 node extraction and insertion (P0083R5)Jonathan Wakely2016-09-221-0/+172
* Improve doxygen comments for allocators in containersJonathan Wakely2016-07-141-6/+4
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Implement N4258 (Cleaning-up noexcept in the Library rev 3)Jonathan Wakely2015-06-261-0/+2
* unordered_map.h (unordered_map, [...]): Add missing constructors.François Dumont2015-05-171-32/+82
* re PR libstdc++/66055 (hash containers missing required reserving constructors)Nathan Myers2015-05-141-0/+20
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* hashtable_policy.h (_Prime_rehash_policy): Constructor noexcept qualified.François Dumont2014-09-061-4/+12
* api.xml: Link to more recent API docs.Jonathan Wakely2014-06-141-4/+4
* user.cfg.in (INPUT): Add C++14 headers.Jonathan Wakely2014-06-141-13/+13
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-021-1/+1
* alloc_traits.h (__allow_copy_cons): Remove.Jonathan Wakely2013-11-141-2/+2
* hashtable_policy.h: Add C++11 allocator support.François Dumont2013-04-221-9/+69
* PR libstdc++/55043 (again)Jonathan Wakely2013-01-161-19/+2
* re PR libstdc++/55043 (issue with nesting unordered_map containing unique_ptr...Jonathan Wakely2013-01-161-1/+18
* unordered_map.h (unordered_map<>): Prefer aggregation to inheritance with _Ha...François Dumont2012-10-271-98/+18
* unordered_set.h (unordered_set<>): Prefer aggregation to inheritance with _Ha...François Dumont2012-10-221-23/+1167
* re PR libstdc++/53339 (unordered_map::iterator requires Value to be complete ...Paolo Carlini2012-05-151-2/+2
* re PR libstdc++/44015 (template parameters not documented)Benjamin Kosnik2012-05-021-6/+6
* unordered_map.h (__unordered_map): Remove.Benjamin Kosnik2012-04-131-262/+63
* re PR libstdc++/51608 ([C++11] Unordered containers end(size_type) isn't cons...François Dumont2011-12-291-2/+4
* re PR libstdc++/41975 ([C++0x] [DR579] unordered_set::erase performs worse wh...François Dumont2011-11-231-2/+6
* hashtable.h (_Hashtable<>::insert(value_type&&), [...]): Don't define here...Paolo Carlini2011-10-031-2/+26
* PR libstdc++/36104 part fourBenjamin Kosnik2011-01-301-4/+7
* *: Use headername alias to associate private includes to public includes.Benjamin Kosnik2010-12-191-1/+1
* hashtable.h (_Hashtable<>::operator=(const _Hashtable&)): Move inline.Paolo Carlini2010-08-141-54/+48
* move.h (forward): Update to N3092.Paolo Carlini2010-08-051-4/+4
* Enable implicitly declared move constructor/operator= (N3053).Jason Merrill2010-06-291-0/+14
* [multiple changes]Paolo Carlini2010-03-261-0/+59