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