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