aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/23_containers/multiset
AgeCommit message (Expand)AuthorFilesLines
2025-04-24libstdc++: Remove unnecessary dg-prune-output from testsJonathan Wakely1-1/+0
2025-04-11libstdc++: Define __cpp_lib_containers_ranges in appropriate headers [PR111055]Tomasz Kamiński1-1/+6
2025-03-18libstdc++: Add P1206R7 from_range members to ordered sets [PR111055]Tomasz Kamiński2-0/+194
2025-01-02Update copyright years.Jakub Jelinek72-72/+72
2024-12-19libstdc++: Add fancy pointer support to std::map and std::set [PR57272]François Dumont1-0/+32
2024-03-22libstdc++: Destroy allocators in re-inserted container nodes [PR114401]Jonathan Wakely1-0/+125
2024-01-03Update copyright years.Jakub Jelinek72-72/+72
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 23_containers testsJonathan Wakely4-8/+4
2023-09-15libstdc++: Replace dg-options "-std=c++11" with dg-add-options strict_stdJonathan Wakely1-2/+2
2023-01-16Update copyright years.Jakub Jelinek72-72/+72
2022-05-19libstdc++: Ensure pmr aliases work without <memory_resource>Jonathan Wakely1-1/+2
2022-02-02libstdc++: Fix invalid instantiations in testsJonathan Wakely1-2/+6
2022-01-03Update copyright years.Jakub Jelinek72-72/+72
2021-12-01libstdc++: Clear RB tree after moving elements [PR103501]Jonathan Wakely1-0/+32
2021-10-04libstdc++: Implement P1518R2 for container deduction guidesJonathan Wakely1-0/+35
2021-09-28libstdc++: Skip tests that fail with _GLIBCXX_CONCEPT_CHECKSJonathan Wakely2-2/+3
2021-08-04libstdc++: Add [[nodiscard]] to iterators and related utilitiesJonathan Wakely1-2/+2
2021-06-23c++: excessive instantiation during CTAD [PR101174]Patrick Palka1-2/+0
2021-06-23c++: CTAD and deduction guide selection [PR86439]Patrick Palka1-3/+5
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from containers testsJonathan Wakely3-3/+0
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from PMR testsJonathan Wakely2-2/+1
2021-01-04Update copyright years.Jakub Jelinek72-72/+72
2020-11-20libstdc++: _Rb_tree code cleanup, remove lambdasFrançois Dumont1-0/+53
2020-10-29libstdc++: Avoid warnings in testsJonathan Wakely1-6/+12
2020-08-25libstdc++: Remove tests for self-move debug assertionsJonathan Wakely2-67/+0
2020-07-31libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely2-0/+2
2020-07-08libstdc++: Fix [multi]map/[multi]set move constructors noexcept qualificationFrançois Dumont1-1/+31
2020-06-02libstdc++: Make debug containers prefer copy ctor to base ctor (PR 90102)Jonathan Wakely1-0/+34
2020-04-20libstdc++: Add comparison operators to associative containersJonathan Wakely1-0/+107
2020-03-31Library-side tests for parenthesized aggregate initVille Voutilainen1-0/+70
2020-01-01Update copyright years.Jakub Jelinek70-70/+70
2019-10-22Remove redundant std::allocator members for C++20Jonathan Wakely1-2/+3
2019-10-01Disable tests that aren't valid in parallel modeJonathan Wakely1-0/+1
2019-06-06Fix tests that fail in C++2a modeJonathan Wakely2-2/+3
2019-06-03Enforce allocator::value_type consistency for containers in C++2aJonathan Wakely1-0/+29
2019-05-17PR libstdc++/85965 move is_invocable assertions againJonathan Wakely1-0/+3
2019-05-17Move from state of allocators (LWG2593)François Dumont1-1/+1
2019-05-13Remove Profile Mode, deprecated since GCC 7.1Jonathan Wakely1-1/+0
2019-03-26PR libstdc++/85965 delay static assertions until types are completeJonathan Wakely1-1/+1
2019-02-26PR libstdc++/89477 constrain deduction guides for maps and setsJonathan Wakely1-8/+73
2019-01-01Update copyright years.Jakub Jelinek69-69/+69
2018-10-19Skip tests for GNU extensions when testing with strict modeJonathan Wakely1-1/+2
2018-10-19Fix testsuite failures due to extra errors in strict dialectsJonathan Wakely1-0/+1
2018-10-19Conditionally disable tests of non-standard extensionsJonathan Wakely1-0/+2
2018-10-19Remove duplicate testsJonathan Wakely1-30/+0
2018-09-03PR libstdc++/87194 fix range insertion into maps and setsJonathan Wakely1-0/+44
2018-08-24Forward declare debug containers so std::pmr aliases workJonathan Wakely1-0/+26
2018-08-10Define aliases for containers using polymorphic_allocatorJonathan Wakely1-0/+30
2018-07-04P0458R2 Checking for Existence of an Element in Associative ContainersJonathan Wakely1-0/+71
2018-05-182018-05-18 François Dumont <fdumont@gcc.gnu.org>François Dumont2-1/+38