index
:
gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
include
/
bits
/
stl_queue.h
Age
Commit message (
Expand
)
Author
2025-04-25
libstdc++: Implement formatters for queue, priority_queue and stack [PR109162]
Tomasz Kamiński
2025-04-11
libstdc++: Define __cpp_lib_containers_ranges in appropriate headers [PR111055]
Tomasz Kamiński
2025-03-13
libstdc++: Add P1206R7 from_range members to container adaptors [PR111055]
Jonathan Wakely
2025-01-02
Update copyright years.
Jakub Jelinek
2024-12-18
libstdc++: Clear std::priority_queue after moving from it [PR118088]
Jonathan Wakely
2024-01-03
Update copyright years.
Jakub Jelinek
2023-11-16
libstdc++: Only declare feature test macros in standard headers
Jonathan Wakely
2023-08-16
libstdc++: Replace all manual FTM definitions and use
Arsen Arsenović
2023-01-16
Update copyright years.
Jakub Jelinek
2022-01-03
Update copyright years.
Jakub Jelinek
2021-10-05
libstdc++: Update __cpp_lib_adaptor_iterator_pair_constructor value
Jonathan Wakely
2021-10-04
libstdc++: Implement P1518R2 for container deduction guides
Jonathan Wakely
2021-10-01
libstdc++: Add container adaptor constructors taking iterators (P1425R4)
Jonathan Wakely
2021-10-01
libstdc++: Implement LWG 3506 for std::priority_queue
Jonathan Wakely
2021-10-01
libstdc++: Implement LWG 3529 for std::priority_queue
Jonathan Wakely
2021-10-01
libstdc++: Implement LWG 3522 for std::priority_queue
Jonathan Wakely
2021-08-05
libstdc++: Move [[nodiscard]] attributes again [PR101782]
Jonathan Wakely
2021-08-04
libstdc++: Add [[nodiscard]] to sequence containers
Jonathan Wakely
2021-01-04
Update copyright years.
Jakub Jelinek
2020-04-19
libstdc++: Define operator<=> for std::stack and std::queue
Jonathan Wakely
2020-01-01
Update copyright years.
Jakub Jelinek
2019-02-26
PR libstdc++/89477 constrain deduction guides for maps and sets
Jonathan Wakely
2019-02-14
LWG 2537 fix priority_queue constructors to establish invariant
Jonathan Wakely
2019-02-14
Enforce LWG DR 2566 requirement for container adaptors
Jonathan Wakely
2019-02-05
PR libstdc++/89128 add deduction guides for container adaptors
Jonathan Wakely
2019-01-21
Fix after P0600.
Ulrich Drepper
2019-01-01
Update copyright years.
Jakub Jelinek
2018-01-03
Update copyright years.
Jakub Jelinek
2017-03-20
stl_deque.h (deque): Access allocator value_type only if concept checks are e...
François Dumont
2017-01-12
PR77528 partially revert r244278 and define default constructors
Jonathan Wakely
2017-01-10
PR77528 add default constructors for container adaptors
Jonathan Wakely
2017-01-01
Update copyright years.
Jakub Jelinek
2016-10-17
Implement P0084R2, Emplace return type, for C++17
Jonathan Wakely
2016-10-05
PR 70101 fix allocator-extended ctors for std::priority_queue
Jonathan Wakely
2016-06-16
Provide swappable traits (p0185r1)
Daniel Kruegler
2016-05-24
Add priority_queue::value_compare (LWG 2684)
Jonathan Wakely
2016-01-04
Update copyright years.
Jakub Jelinek
2015-09-11
Allocator-extended constructors for container adaptors.
Jonathan Wakely
2015-06-05
Add __is_nothrow_swappable and take it into use.
Ville Voutilainen
2015-01-05
Update copyright years.
Jakub Jelinek
2014-09-22
Include <bits/uses_allocator.h> in <stack> and <queue>.
Jonathan Wakely
2014-01-02
Update copyright years in libstdc++-v3/
Richard Sandiford
2013-02-03
Update copyright in libstdc++-v3.
Richard Sandiford
2012-11-10
* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.
Jason Merrill
2012-05-02
re PR libstdc++/44015 (template parameters not documented)
Benjamin Kosnik
2011-08-07
user.cfg.in (PDF_HYPERLINKS): To NO.
Benjamin Kosnik
2011-05-26
stl_queue.h: Use noexcept per the FDIS.
Paolo Carlini
2011-01-30
PR libstdc++/36104 part four
Benjamin Kosnik
2011-01-17
stl_queue.h (queue<>::swap, [...]): Implement DR 1198.
Paolo Carlini
2010-12-19
*: Use headername alias to associate private includes to public includes.
Benjamin Kosnik
[next]