summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/stl_queue.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libstdc++: Update __cpp_lib_adaptor_iterator_pair_constructor valueJonathan Wakely2021-10-051-1/+1
* libstdc++: Implement P1518R2 for container deduction guidesJonathan Wakely2021-10-041-4/+2
* libstdc++: Add container adaptor constructors taking iterators (P1425R4)Jonathan Wakely2021-10-011-0/+31
* libstdc++: Implement LWG 3506 for std::priority_queueJonathan Wakely2021-10-011-0/+43
* libstdc++: Implement LWG 3529 for std::priority_queueJonathan Wakely2021-10-011-4/+11
* libstdc++: Implement LWG 3522 for std::priority_queueJonathan Wakely2021-10-011-2/+6
* libstdc++: Move [[nodiscard]] attributes again [PR101782]Jonathan Wakely2021-08-051-3/+0
* libstdc++: Add [[nodiscard]] to sequence containersJonathan Wakely2021-08-041-0/+17
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* libstdc++: Define operator<=> for std::stack and std::queueJonathan Wakely2020-04-191-0/+13
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* PR libstdc++/89477 constrain deduction guides for maps and setsJonathan Wakely2019-02-261-10/+10
* LWG 2537 fix priority_queue constructors to establish invariantJonathan Wakely2019-02-141-2/+6
* Enforce LWG DR 2566 requirement for container adaptorsJonathan Wakely2019-02-141-7/+23
* PR libstdc++/89128 add deduction guides for container adaptorsJonathan Wakely2019-02-051-0/+38
* Fix after P0600.Ulrich Drepper2019-01-211-2/+2
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* stl_deque.h (deque): Access allocator value_type only if concept checks are e...François Dumont2017-03-201-32/+40
* PR77528 partially revert r244278 and define default constructorsJonathan Wakely2017-01-121-17/+13
* PR77528 add default constructors for container adaptorsJonathan Wakely2017-01-101-8/+21
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Implement P0084R2, Emplace return type, for C++17Jonathan Wakely2016-10-171-0/+7
* PR 70101 fix allocator-extended ctors for std::priority_queueJonathan Wakely2016-10-051-6/+6
* Provide swappable traits (p0185r1)Daniel Kruegler2016-06-161-8/+31
* Add priority_queue::value_compare (LWG 2684)Jonathan Wakely2016-05-241-0/+3
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Allocator-extended constructors for container adaptors.Jonathan Wakely2015-09-111-0/+59
* Add __is_nothrow_swappable and take it into use.Ville Voutilainen2015-06-051-2/+3
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Include <bits/uses_allocator.h> in <stack> and <queue>.Jonathan Wakely2014-09-221-0/+3
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-021-1/+1
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-031-3/+1
* * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill2012-11-101-9/+9
* re PR libstdc++/44015 (template parameters not documented)Benjamin Kosnik2012-05-021-1/+9
* user.cfg.in (PDF_HYPERLINKS): To NO.Benjamin Kosnik2011-08-071-14/+14
* stl_queue.h: Use noexcept per the FDIS.Paolo Carlini2011-05-261-0/+4
* PR libstdc++/36104 part fourBenjamin Kosnik2011-01-301-2/+5
* stl_queue.h (queue<>::swap, [...]): Implement DR 1198.Paolo Carlini2011-01-171-3/+7
* *: Use headername alias to associate private includes to public includes.Benjamin Kosnik2010-12-191-2/+2
* allocator.h (allocator_arg_t, [...]): Add.Paolo Carlini2010-09-271-0/+9
* re PR libstdc++/45281 (performance/ext/pb_ds/priority_queue_text_modify_down_...Paolo Carlini2010-08-141-22/+1
* re PR libstdc++/42460 (man page errors for generated libstdc++ man pages)Benjamin Kosnik2010-02-041-2/+2
* stl_pair.h (swap): Do not swap rvalues.Jonathan Wakely2009-05-181-24/+2
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-14/+9
* user.cfg.in: Tweaks.Benjamin Kosnik2009-02-211-2/+0
* doxygroups.cc: Move algorithm groups into algorithmfwd.h.Benjamin Kosnik2009-02-191-6/+6
* stl_deque.h (deque<>::push_back(_Args&&...), [...]): Remove.Paolo Carlini2008-06-131-12/+21