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
/
std
/
tuple
Age
Commit message (
Expand
)
Author
2020-08-26
libstdc++: Whitespace changes in <tuple>
Jonathan Wakely
2020-08-26
libstdc++: Use correct argument type for __use_alloc [PR 96803]
Jonathan Wakely
2020-08-17
libstdc++: Remove inheritance from elements in std::tuple
Jonathan Wakely
2020-07-06
libstdc++: Fix -Wmismatched-tags warnings (PR 96063)
Jonathan Wakely
2020-06-19
libstdc++: Remove redundant std:: qualification
Jonathan Wakely
2020-04-28
libstdc++: Fixes for feature test macros (PR 91480)
Jonathan Wakely
2020-02-21
libstdc++: Define <=> for tuple, optional and variant
Jonathan Wakely
2020-01-01
Update copyright years.
Jakub Jelinek
2019-11-16
Implement the <tuple> part of C++20 p1032 Misc constexpr bits.
Edward Smith-Rowland
2019-09-26
Implement C++20 constexpr changes to std::pair (P1032R1)
Jonathan Wakely
2019-08-12
Add noexcept-specifier to std::apply and std::make_from_tuple
Jonathan Wakely
2019-06-06
Refactor SFINAE constraints on std::tuple constructors
Jonathan Wakely
2019-05-31
Add noexcept to tuple<> and simplify tuple<T1,T2> noexcept-specifiers
Jonathan Wakely
2019-05-17
Add missing piece of P0777R1 and update C++20 status docs
Jonathan Wakely
2019-05-14
nonesuch is insufficiently useless (lwg2996)
Nina Dinka Ranns
2019-05-07
Improve API docs for std::pair
Jonathan Wakely
2019-04-29
Adding noexcept-specification on tuple constructors (LWG 2899)
Nina Dinka Ranns
2019-04-24
Finish implementing "Treating Unnecessary decay" (P0777R1)
Jonathan Wakely
2019-01-01
Update copyright years.
Jakub Jelinek
2018-08-20
PR libstdc++/86963 Remove use of __tuple_base in std::tuple
Jonathan Wakely
2018-08-17
PR libstdc++/86963 Implement LWG 2729 constraints on tuple assignment
Jonathan Wakely
2018-06-14
Partially revert move of std::tuple_element_t to <tuple>
Jonathan Wakely
2018-06-14
Define __cpp_lib_tuple_element_t in <tuple> not <utility>
Jonathan Wakely
2018-05-03
Define std::remove_cvref and std::remove_cvref_t for C++2a
Jonathan Wakely
2018-01-03
Update copyright years.
Jakub Jelinek
2017-10-30
Implement LWG 2485
Ville Voutilainen
2017-03-23
Implement P0607R0 "Inline Variables for Standard Library" for C++17
Daniel Kruegler
2017-03-22
Add deduction guides for C++17 (P0433R2, partial)
Jonathan Wakely
2017-01-01
Update copyright years.
Jakub Jelinek
2016-12-19
Make the perfect-forwarding constructor of a two-element tuple sfinae away wh...
Ville Voutilainen
2016-12-08
Delete std::swap for debug mode array
Jonathan Wakely
2016-12-01
Implement LWG 2766,
Ville Voutilainen
2016-11-14
Use constexpr addressof in optional, SFINAE housekeeping for any, optional an...
Ville Voutilainen
2016-10-03
re PR libstdc++/77802 (Boost Fiber doesn't compile)
Ville Voutilainen
2016-09-21
Implement LWG 2729 for tuple.
Ville Voutilainen
2016-08-19
Fix ambiguities in C++17 mode
Jonathan Wakely
2016-08-15
Add a feature macro for C++17 make_from_tuple.
Ville Voutilainen
2016-08-11
Implement C++17 make_from_tuple.
Ville Voutilainen
2016-08-06
Add std::apply for C++17
Jonathan Wakely
2016-07-31
libstdc++/72745 add static assertion for invalid tuple access
Jonathan Wakely
2016-07-29
Implement C++17 variable templates for type traits.
Ville Voutilainen
2016-06-16
Provide swappable traits (p0185r1)
Daniel Kruegler
2016-06-16
Remove trailing whitespace from libstdc++ headers
Jonathan Wakely
2016-06-07
tuple (_Head_base<>): Default specialization condition at type declaration.
François Dumont
2016-06-06
Support allocators in tuples of zero size.
Ville Voutilainen
2016-06-05
Protect allocator-overloads of tuple-from-tuple constructors from cases that ...
Ville Voutilainen
2016-05-27
Fix build.
Ville Voutilainen
2016-05-27
re PR libstdc++/66338 (std::forward_as_tuple() issue with single argument)
Ville Voutilainen
2016-05-09
Avoid endless run-time recursion for copying single-element tuples where the...
Ville Voutilainen
2016-01-04
Update copyright years.
Jakub Jelinek
[prev]
[next]