aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/23_containers/map/modifiers
AgeCommit message (Expand)AuthorFilesLines
8 dayslibstdc++: Add P1206R7 from_range members to ordered maps [PR111055]Tomasz Kamiński1-0/+102
2025-01-02Update copyright years.Jakub Jelinek25-25/+25
2024-01-03Update copyright years.Jakub Jelinek25-25/+25
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 23_containers testsJonathan Wakely1-2/+1
2023-01-27libstdc++: Use dg-bogus in new test [PR108554]Jonathan Wakely1-0/+2
2023-01-26libstdc++: Add returns_nonnull to non-inline std::map detail [PR108554]Jonathan Wakely1-0/+19
2023-01-16Update copyright years.Jakub Jelinek25-25/+25
2022-11-08libstdc++: Fix -Wsystem-headers warnings in testsJonathan Wakely2-4/+4
2022-01-03Update copyright years.Jakub Jelinek25-25/+25
2021-12-09libstdc++: Avoid unnecessary allocations in std::map insertions [PR92300]Jonathan Wakely2-0/+74
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from containers testsJonathan Wakely5-5/+0
2021-01-04Update copyright years.Jakub Jelinek25-25/+25
2020-10-29libstdc++: Avoid warnings in testsJonathan Wakely1-6/+12
2020-07-31libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely4-0/+4
2020-03-31Library-side tests for parenthesized aggregate initVille Voutilainen1-0/+137
2020-01-01Update copyright years.Jakub Jelinek24-24/+24
2019-05-13Remove Profile Mode, deprecated since GCC 7.1Jonathan Wakely3-3/+0
2019-01-01Update copyright years.Jakub Jelinek24-24/+24
2018-09-03PR libstdc++/87194 fix range insertion into maps and setsJonathan Wakely1-0/+46
2018-09-03PR libstdc++/78595 implement insertion into maps in terms of emplaceJonathan Wakely1-0/+115
2018-01-03Update copyright years.Jakub Jelinek22-22/+22
2017-12-20re PR libstdc++/82522 (std::map::insert(value_type &&) not selected)François Dumont1-0/+7
2017-11-30PR libstdc++/83226 avoid forming pointer-to-reference typeJonathan Wakely1-0/+30
2017-11-06deduction.cc: Avoid -Wreturn-type warnings.Paolo Carlini1-0/+1
2017-10-24libstdc++.exp (check_v3_target_normal_mode): Add c++config.h include.François Dumont1-0/+1
2017-10-13PR libstdc++/82522 overload map insert functions for rvalues (LWG 2354)Jonathan Wakely1-0/+32
2017-06-16Fix missing returns in libstdc++ header and testsJonathan Wakely1-0/+2
2017-05-15Fix order and types of members in C++17 insert_return_type structsJonathan Wakely1-0/+11
2017-01-14Skip tests that are incompatible with Profile ModeJonathan Wakely3-0/+3
2017-01-01Update copyright years.Jakub Jelinek20-20/+20
2016-12-16Add assertion to _Rb_tree::erase to check for end iteratorsJonathan Wakely1-0/+35
2016-10-1757619.C: Rename to 57619.cc.Paolo Carlini15-36/+0
2016-09-22Implement C++17 node extraction and insertion (P0083R5)Jonathan Wakely2-0/+294
2016-08-26Use effective-target instead of -std optionsJonathan Wakely9-11/+10
2016-01-04Update copyright years.Jakub Jelinek17-17/+17
2015-08-09Implement N4279, Improved insertion interface for unique-key maps.Ville Voutilainen2-0/+590
2015-01-05Update copyright years.Jakub Jelinek15-15/+15
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini6-6/+6
2014-10-1557899.cc: Prefer -std=gnu++11.Paolo Carlini1-1/+1
2014-01-26stl_map.h: Remove anachronistic comment.Jonathan Wakely1-1/+1
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford15-15/+15
2013-06-26abi_tag.cc: Avoid spurious fails with check-debug.Paolo Carlini1-0/+1
2013-06-10c++config (_GLIBCXX_ABI_TAG_CXX11): Add.Benjamin Kosnik3-0/+152
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford12-12/+12
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill1-1/+1
2012-09-24re PR libstdc++/44436 ([C++0x] Implement emplace* in associative containers)François Dumont1-0/+114
2011-11-15re PR libstdc++/51142 ([C++0x] map::erase(key) doesn't compile with -D_GLIBCX...Paolo Carlini1-0/+38
2011-02-1047628.cc: Do not test in C++0x mode.Paolo Carlini1-2/+3
2011-02-07re PR libstdc++/47628 (non-compliant C++0x erase methods on STL containers)Paolo Carlini1-0/+45
2010-11-10PR libstdc++/44436 (partial)Paolo Carlini4-0/+294