summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/23_containers/multiset
Commit message (Expand)AuthorAgeFilesLines
...
* Implement C++17 node extraction and insertion (P0083R5)Jonathan Wakely2016-09-222-0/+246
* [libstdc++-v3] Fix dg-require before dg-run directives in testsuite.Matthew Wahab2016-09-129-9/+9
* Use effective-target instead of -std optionsJonathan Wakely2016-08-2634-49/+35
* Update copyright years.Jakub Jelinek2016-01-0461-61/+61
* Fix return type of heterogeneous find for setsJonathan Wakely2015-11-101-0/+5
* c++config (_GLIBCXX_NOEXCEPT_IF): Define.Jonathan Wakely2015-07-131-10/+14
* stl_tree.h (_Rb_tree<>::__is_transparent<>): Move to outer scope and rename t...François Dumont2015-06-071-18/+20
* alloc_traits.h (_S_max_size): Implement LWG 2466.Jonathan Wakely2015-05-131-1/+1
* Implement N3657: heterogeneous lookup in associative containers.Jonathan Wakely2015-01-201-0/+141
* Update copyright years.Jakub Jelinek2015-01-0560-60/+60
* libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini2014-10-1615-15/+15
* 57899.cc: Prefer -std=gnu++11.Paolo Carlini2014-10-151-1/+1
* re PR libstdc++/29988 (More stl_tree.h enhancements: improving operator=)François Dumont2014-09-243-0/+110
* 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/+146
* re PR libstdc++/60499 (non-reserved name in <debug/vector>)Jonathan Wakely2014-03-111-0/+27
* stl_map.h: Remove anachronistic comment.Jonathan Wakely2014-01-261-1/+1
* re PR libstdc++/58764 ([lwg/2193] error: converting to ‘const std::vector<s...Jonathan Wakely2014-01-221-0/+28
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-0254-54/+54
* noexcept.cc: Change to compile-only test.Jonathan Wakely2013-11-191-16/+6
* stl_map.h (map): Implement C++11 allocator-aware container requirements.Jonathan Wakely2013-11-157-0/+480
* abi_tag.cc: Avoid spurious fails with check-debug.Paolo Carlini2013-06-261-0/+1
* c++config (_GLIBCXX_ABI_TAG_CXX11): Add.Benjamin Kosnik2013-06-103-0/+78
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-0345-47/+45
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-042-2/+2
* range_access.cc: Fix copying permission statement.Jonathan Wakely2012-11-012-2/+2
* re PR libstdc++/44436 ([C++0x] Implement emplace* in associative containers)François Dumont2012-09-241-0/+79
* formatter.h (enum _Debug_msg_id): Add __msg_self_move_assign.Paolo Carlini2012-03-092-0/+69
* re PR libstdc++/51142 ([C++0x] map::erase(key) doesn't compile with -D_GLIBCX...Paolo Carlini2011-11-151-0/+38
* count.cc: New.Paolo Carlini2011-10-281-0/+104
* re PR libstdc++/50118 (node-based containers cannot use allocators with expli...Paolo Carlini2011-08-292-0/+60
* hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the al...Paolo Carlini2011-06-011-0/+27
* testsuite_iterators.h: Guard move.h includes.Benjamin Kosnik2010-12-161-0/+0
* PR libstdc++/44436 (partial)Paolo Carlini2010-11-102-0/+138
* libstdc++.exp ([check_v3_target_debug_mode]): Fix so that it really detects w...François Dumont2010-09-0310-94/+30
* [multiple changes]Paolo Carlini2010-08-2912-0/+326
* [multiple changes]Paolo Carlini2010-07-271-0/+31
* c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini2010-06-031-1/+2
* [multiple changes]Paolo Carlini2010-05-201-0/+29
* set.h: Revert last change, per DR 1204 [Ready]; mention the latter in comment.Paolo Carlini2010-01-091-43/+0
* set.h: Protect move assignment operator vs self assignment.Paolo Carlini2010-01-092-0/+43
* list: Implement DR 1133 here too.Paolo Carlini2010-01-041-3/+4
* PR libstdc++/21772 part 3Benjamin Kosnik2010-01-013-0/+111
* explicit_instantiation/1_c++0x.cc: New.Paolo Carlini2009-12-141-0/+25
* basic_string.h (basic_string): Add cbegin(), cend(), crbegin(), crend() in C+...Benjamin Kosnik2009-08-252-18/+28
* stl_tree.h: Make erase return iterator as per DR 130.Edward Smith-Rowland2009-08-141-0/+85
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-0919-186/+80
* stl_tree.h (_Rb_tree<>::max_size): Use Node_allocator for improved accuracy.Paolo Carlini2008-10-141-2/+3