summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/23_containers/multiset
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-1672-72/+72
* libstdc++: Ensure pmr aliases work without <memory_resource>Jonathan Wakely2022-05-191-1/+2
* libstdc++: Fix invalid instantiations in testsJonathan Wakely2022-02-021-2/+6
* Update copyright years.Jakub Jelinek2022-01-0372-72/+72
* libstdc++: Clear RB tree after moving elements [PR103501]Jonathan Wakely2021-12-011-0/+32
* libstdc++: Implement P1518R2 for container deduction guidesJonathan Wakely2021-10-041-0/+35
* libstdc++: Skip tests that fail with _GLIBCXX_CONCEPT_CHECKSJonathan Wakely2021-09-282-2/+3
* libstdc++: Add [[nodiscard]] to iterators and related utilitiesJonathan Wakely2021-08-041-2/+2
* c++: excessive instantiation during CTAD [PR101174]Patrick Palka2021-06-231-2/+0
* c++: CTAD and deduction guide selection [PR86439]Patrick Palka2021-06-231-3/+5
* libstdc++: Remove redundant -std=gnu++17 option from containers testsJonathan Wakely2021-05-103-3/+0
* libstdc++: Remove redundant -std=gnu++17 option from PMR testsJonathan Wakely2021-05-102-2/+1
* Update copyright years.Jakub Jelinek2021-01-0472-72/+72
* libstdc++: _Rb_tree code cleanup, remove lambdasFrançois Dumont2020-11-201-0/+53
* libstdc++: Avoid warnings in testsJonathan Wakely2020-10-291-6/+12
* libstdc++: Remove tests for self-move debug assertionsJonathan Wakely2020-08-252-67/+0
* libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely2020-07-312-0/+2
* libstdc++: Fix [multi]map/[multi]set move constructors noexcept qualificationFrançois Dumont2020-07-081-1/+31
* libstdc++: Make debug containers prefer copy ctor to base ctor (PR 90102)Jonathan Wakely2020-06-021-0/+34
* libstdc++: Add comparison operators to associative containersJonathan Wakely2020-04-201-0/+107
* Library-side tests for parenthesized aggregate initVille Voutilainen2020-03-311-0/+70
* Update copyright years.Jakub Jelinek2020-01-0170-70/+70
* Remove redundant std::allocator members for C++20Jonathan Wakely2019-10-221-2/+3
* Disable tests that aren't valid in parallel modeJonathan Wakely2019-10-011-0/+1
* Fix tests that fail in C++2a modeJonathan Wakely2019-06-062-2/+3
* Enforce allocator::value_type consistency for containers in C++2aJonathan Wakely2019-06-031-0/+29
* PR libstdc++/85965 move is_invocable assertions againJonathan Wakely2019-05-171-0/+3
* Move from state of allocators (LWG2593)François Dumont2019-05-171-1/+1
* Remove Profile Mode, deprecated since GCC 7.1Jonathan Wakely2019-05-131-1/+0
* PR libstdc++/85965 delay static assertions until types are completeJonathan Wakely2019-03-261-1/+1
* PR libstdc++/89477 constrain deduction guides for maps and setsJonathan Wakely2019-02-261-8/+73
* Update copyright years.Jakub Jelinek2019-01-0169-69/+69
* Skip tests for GNU extensions when testing with strict modeJonathan Wakely2018-10-191-1/+2
* Fix testsuite failures due to extra errors in strict dialectsJonathan Wakely2018-10-191-0/+1
* Conditionally disable tests of non-standard extensionsJonathan Wakely2018-10-191-0/+2
* Remove duplicate testsJonathan Wakely2018-10-191-30/+0
* PR libstdc++/87194 fix range insertion into maps and setsJonathan Wakely2018-09-031-0/+44
* 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/+30
* P0458R2 Checking for Existence of an Element in Associative ContainersJonathan Wakely2018-07-041-0/+71
* 2018-05-18 François Dumont <fdumont@gcc.gnu.org>François Dumont2018-05-182-1/+38
* Update copyright years.Jakub Jelinek2018-01-0366-66/+66
* PR libstdc++/48101 improve errors for invalid container specializationsJonathan Wakely2017-11-212-0/+60
* Deduction guides for associative containers, debug mode deduction guide fixes.Ville Voutilainen2017-10-261-0/+68
* libstdc++.exp (check_v3_target_normal_mode): Add c++config.h include.François Dumont2017-10-241-0/+1
* Skip tests that are incompatible with Profile ModeJonathan Wakely2017-01-141-0/+1
* PR78134 fix return types of heterogeneous lookup functionsJonathan Wakely2017-01-111-5/+22
* Update copyright years.Jakub Jelinek2017-01-0164-64/+64
* 57619.C: Rename to 57619.cc.Paolo Carlini2016-10-1728-61/+1
* 77864 Fix noexcept conditions for map/set default constructorsJonathan Wakely2016-10-051-0/+32