summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/debug/multiset.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libstdc++: [_GLIBCXX_DEBUG] Reduce performance impact on std::erase_ifFrançois Dumont2021-11-201-2/+9
* libstdc++: [_GLIBCXX_DEBUG] Remove _Safe_container<>::_M_safe()François Dumont2021-11-141-4/+4
* libstdc++: Fix debug containers for C++98 modeJonathan Wakely2021-11-111-9/+1
* libstdc++: Implement P1518R2 for container deduction guidesJonathan Wakely2021-10-041-2/+3
* libstdc++: Remove unnecessary uses of <utility>Jonathan Wakely2021-07-271-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* libstdc++: Make debug containers prefer copy ctor to base ctor (PR 90102)Jonathan Wakely2020-06-021-2/+12
* libstdc++: Add comparison operators to associative containersJonathan Wakely2020-04-201-1/+9
* libstdc++: enable_view has false positives (LWG 3326)Jonathan Wakely2020-02-241-13/+0
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* libstdc++: Fix declarations of variable templatesJonathan Wakely2019-11-191-1/+1
* libstdc++: Define C++20 range utilities and range factoriesJonathan Wakely2019-11-171-0/+13
* re PR libstdc++/89477 (Incorrect CTAD deduction guides for set and multiset)François Dumont2019-03-081-25/+27
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Fix testsuite failures in Debug ModeJonathan Wakely2018-10-191-0/+2
* 2018-10-05 François Dumont <fdumont@gcc.gnu.org>François Dumont2018-10-051-1/+1
* 2018-10-03 François Dumont <fdumont@gcc.gnu.org>François Dumont2018-10-031-14/+13
* re PR libstdc++/68222 (_Safe_iterator provides operators the wrapped iterator...François Dumont2018-08-221-0/+3
* 2018-05-18 François Dumont <fdumont@gcc.gnu.org>François Dumont2018-05-181-0/+1
* macros.h (__glibcxx_check_valid_range_at): New.François Dumont2018-05-081-4/+4
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Deduction guides for associative containers, debug mode deduction guide fixes.Ville Voutilainen2017-10-261-0/+37
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Implement C++17 node extraction and insertion (P0083R5)Jonathan Wakely2016-09-221-0/+34
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* c++config (_GLIBCXX_NOEXCEPT_IF): Define.Jonathan Wakely2015-07-131-3/+2
* stl_iterator_base_types.h (_Iter_base): Limit definition to pre-C++11 mode.François Dumont2015-06-291-3/+8
* stl_tree.h (_Rb_tree<>::__is_transparent<>): Move to outer scope and rename t...François Dumont2015-06-071-0/+70
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* macros.h [...]: Add parameter to pass the 2 instances to check allocator equa...François Dumont2014-05-061-84/+65
* re PR libstdc++/60499 (non-reserved name in <debug/vector>)Jonathan Wakely2014-03-111-2/+2
* re PR libstdc++/58764 ([lwg/2193] error: converting to ‘const std::vector<s...Jonathan Wakely2014-01-221-1/+4
* set.h (set): Implement C++11 allocator-aware container requirements.François Dumont2014-01-131-7/+46
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-021-1/+1
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-031-2/+1
* * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill2012-11-101-9/+9
* re PR libstdc++/44436 ([C++0x] Implement emplace* in associative containers)François Dumont2012-09-241-0/+19
* formatter.h (enum _Debug_msg_id): Add __msg_self_move_assign.Paolo Carlini2012-03-091-1/+2
* set.h, [...]: Remove base class default constructor calls.François Dumont2011-06-291-5/+4
* hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the al...Paolo Carlini2011-06-011-1/+2
* list.cc: Use noexcept per the FDIS.Paolo Carlini2011-05-261-16/+16
* PR libstdc++/36104 part fourBenjamin Kosnik2011-01-301-3/+3
* debug.cc: Introduce a mutex pool in get_safe_base_mutex.François Dumont2010-11-251-25/+44
* stl_tree.h (_Rb_tree<>::_M_const_cast_iter): Remove.Paolo Carlini2010-11-141-4/+4
* PR libstdc++/44436 (partial)Paolo Carlini2010-11-101-0/+16
* [multiple changes]Paolo Carlini2010-08-291-7/+10
* move.h (forward): Update to N3092.Paolo Carlini2010-08-051-1/+1
* set.h: Revert last change, per DR 1204 [Ready]; mention the latter in comment.Paolo Carlini2010-01-091-6/+4
* set.h: Protect move assignment operator vs self assignment.Paolo Carlini2010-01-091-3/+6