summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/23_containers/unordered_multiset
Commit message (Expand)AuthorAgeFilesLines
* Forward declare debug containers so std::pmr aliases workJonathan Wakely2018-08-241-0/+26
* Define aliases for containers using polymorphic_allocatorJonathan Wakely2018-08-101-0/+36
* P0458R2 Checking for Existence of an Element in Associative ContainersJonathan Wakely2018-07-041-0/+45
* Update copyright years.Jakub Jelinek2018-01-0375-75/+75
* PR libstdc++/48101 improve errors for invalid container specializationsJonathan Wakely2017-11-212-0/+63
* Deduction guides for associative containers, debug mode deduction guide fixes.Ville Voutilainen2017-10-261-0/+78
* Skip tests that are incompatible with Profile ModeJonathan Wakely2017-01-141-0/+1
* Update copyright years.Jakub Jelinek2017-01-0173-73/+73
* 57619.C: Rename to 57619.cc.Paolo Carlini2016-10-1730-72/+3
* Implement C++17 node extraction and insertion (P0083R5)Jonathan Wakely2016-09-222-0/+249
* [libstdc++-v3] Fix dg-require before dg-run directives in testsuite.Matthew Wahab2016-09-1222-22/+23
* Use effective-target instead of -std optionsJonathan Wakely2016-08-2671-112/+71
* Update copyright years.Jakub Jelinek2016-01-0471-71/+71
* c++config (_GLIBCXX_NOEXCEPT_IF): Define.Jonathan Wakely2015-07-131-13/+30
* 66055.cc: Add constructor invocations.François Dumont2015-05-191-0/+4
* re PR libstdc++/66055 (hash containers missing required reserving constructors)Nathan Myers2015-05-141-0/+30
* alloc_traits.h (_S_max_size): Implement LWG 2466.Jonathan Wakely2015-05-131-1/+1
* Update copyright years.Jakub Jelinek2015-01-0570-70/+70
* libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini2014-10-1646-46/+46
* 57899.cc: Prefer -std=gnu++11.Paolo Carlini2014-10-1515-15/+15
* hashtable_policy.h (_Prime_rehash_policy): Constructor noexcept qualified.François Dumont2014-09-061-0/+7
* 2014-07-29 François Dumont <fdumont@gcc.gnu.org>François Dumont2014-07-291-1/+1
* 2014-06-27 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini2014-06-271-1/+1
* 2014-06-26 François Dumont <fdumont@gcc.gnu.org>François Dumont2014-06-261-1/+1
* macros.h [...]: Add parameter to pass the 2 instances to check allocator equa...François Dumont2014-05-065-0/+151
* re PR c++/60786 (In C++11 an explicit instantiation with an unqualified name ...Jonathan Wakely2014-04-152-6/+5
* re PR libstdc++/60499 (non-reserved name in <debug/vector>)Jonathan Wakely2014-03-111-0/+27
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-0266-66/+66
* noexcept.cc: Change to compile-only test.Jonathan Wakely2013-11-191-17/+7
* stl_map.h (map): Implement C++11 allocator-aware container requirements.Jonathan Wakely2013-11-152-0/+82
* alloc_traits.h (__allow_copy_cons): Remove.Jonathan Wakely2013-11-141-26/+0
* unordered_base.h: New.François Dumont2013-05-071-1/+1
* hashtable_policy.h: Add C++11 allocator support.François Dumont2013-04-226-0/+470
* 55043.cc: Add missing namespace qualification.Jonathan Wakely2013-02-201-1/+1
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-0358-58/+58
* PR libstdc++/55043 (again)Jonathan Wakely2013-01-161-1/+1
* re PR libstdc++/55043 (issue with nesting unordered_map containing unique_ptr...Jonathan Wakely2013-01-161-0/+73
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-044-4/+4
* range_access.cc: Fix copying permission statement.Jonathan Wakely2012-11-013-3/+3
* formatter.h (_Debug_msg_id): Add __msg_valid_load_factor.François Dumont2012-10-181-0/+34
* formatter.h (_Debug_msg_id): Add __msg_bucket_index_oob.François Dumont2012-10-167-0/+240
* re PR libstdc++/54075 ([4.7.1] unordered_map insert still slower than 4.6.2)François Dumont2012-07-251-0/+48
* 9780-2.cc: Avoid -Wall warnings.Paolo Carlini2012-05-215-50/+51
* re PR libstdc++/53115 (_Hashtable::_M_rehash_aux(false_type) is broken)François Dumont2012-05-011-0/+101
* re PR libstdc++/52476 ([DR 518] Unordered multimap reorders equivalent elements)François Dumont2012-03-161-0/+77
* formatter.h (enum _Debug_msg_id): Add __msg_self_move_assign.Paolo Carlini2012-03-092-0/+69
* re PR libstdc++/51866 ([c++0x][4.7 Regression] unordered_multiset compares mo...François Dumont2012-01-181-0/+87
* hashtable_policy.h (_Hashtable_base<>::_M_eq()): protected rather than privat...François Dumont2012-01-051-0/+30
* re PR libstdc++/51608 ([C++11] Unordered containers end(size_type) isn't cons...François Dumont2011-12-291-0/+39
* re PR libstdc++/51558 (Declaration of unspecialized std::hash<_Tp>::operator(...Paolo Carlini2011-12-151-2/+5