aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/20_util/tuple/cons
AgeCommit message (Expand)AuthorFilesLines
2024-03-04libstdc++: Add missing std::tuple constructor [PR114147]Jonathan Wakely1-0/+15
2024-01-03Update copyright years.Jakub Jelinek23-23/+23
2023-11-16libstdc++: Test for feature test macros more accuratelyJonathan Wakely1-0/+1
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 20_utils testsJonathan Wakely2-3/+1
2023-03-20c++: explicit ctor and list-initialization [PR109159]Marek Polacek1-29/+29
2023-01-16Update copyright years.Jakub Jelinek23-23/+23
2022-10-03libstdc++: Disable hosted-only tests [PR103626]Arsen Arsenović6-0/+12
2022-10-03libstdc++: Make some tests work on freestanding [PR103626]Arsen Arsenović1-0/+2
2022-08-24libstdc++: Fix fallout from P2321R2 std::pair/tuple enhancementsPatrick Palka1-0/+41
2022-01-03Update copyright years.Jakub Jelinek23-23/+23
2021-10-12libstdc++: Fix move construction of std::tuple with array elements [PR101960]Jonathan Wakely1-1/+10
2021-09-17libstdc++: Fix last std::tuple constructor missing 'constexpr' [PR102270]Jonathan Wakely1-0/+3
2021-09-16libstdc++: Add missing 'constexpr' to std::tuple [PR102270]Jonathan Wakely1-0/+61
2021-08-19libstdc++: Fix move construction of std::tuple with array elements [PR101960]Jonathan Wakely1-0/+4
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from remaining testsJonathan Wakely1-1/+0
2021-01-04Update copyright years.Jakub Jelinek23-23/+23
2020-10-29libstdc++: Avoid warnings in testsJonathan Wakely1-2/+0
2020-09-22libstdc++: Use correct argument type for __use_alloc, again [PR 96803]Jonathan Wakely1-0/+21
2020-09-03libstdc++: Add workaround for weird std::tuple error [PR 96592]Jonathan Wakely1-0/+58
2020-08-26libstdc++: Use correct argument type for __use_alloc [PR 96803]Jonathan Wakely1-0/+41
2020-04-28libstdc++: Fixes for feature test macros (PR 91480)Jonathan Wakely1-1/+8
2020-01-01Update copyright years.Jakub Jelinek21-21/+21
2019-11-16Implement the <tuple> part of C++20 p1032 Misc constexpr bits.Edward Smith-Rowland1-0/+48
2019-06-17Fix tests that fail without PCHJonathan Wakely1-0/+1
2019-06-06Avoid unnecessary inclusion of <stdexcept> headerJonathan Wakely1-0/+1
2019-06-06Refactor SFINAE constraints on std::tuple constructorsJonathan Wakely2-1/+82
2019-05-14Add __is_nothrow_convertible to fix std::is_nothrow_invocable_rJonathan Wakely1-1/+3
2019-04-29Adding noexcept-specification on tuple constructors (LWG 2899)Nina Dinka Ranns1-0/+943
2019-02-14DR 2586 fix value category in uses-allocator checksJonathan Wakely1-0/+14
2019-01-01Update copyright years.Jakub Jelinek18-18/+18
2018-10-30Implement P0892R2, explicit(bool).Marek Polacek1-29/+29
2018-01-03Update copyright years.Jakub Jelinek18-18/+18
2017-11-06deduction.cc: Avoid -Wreturn-type warnings.Paolo Carlini1-2/+2
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek1-1/+1
2017-03-22Add deduction guides for C++17 (P0433R2, partial)Jonathan Wakely1-0/+166
2017-01-01Update copyright years.Jakub Jelinek17-17/+17
2016-12-19Make the perfect-forwarding constructor of a two-element tuple sfinae away wh...Ville Voutilainen1-0/+42
2016-10-12testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...Paolo Carlini4-8/+0
2016-08-26Use effective-target instead of -std optionsJonathan Wakely13-22/+14
2016-08-17Add c++11 effective target to tests for C++11 featuresJonathan Wakely1-0/+2
2016-08-01Limit std::tuple tests to run for C++11 and laterJonathan Wakely2-1/+4
2016-06-06Support allocators in tuples of zero size.Ville Voutilainen1-0/+22
2016-06-05Protect allocator-overloads of tuple-from-tuple constructors from cases that ...Ville Voutilainen1-0/+35
2016-05-27re PR libstdc++/66338 (std::forward_as_tuple() issue with single argument)Ville Voutilainen1-0/+35
2016-05-09Avoid endless run-time recursion for copying single-element tuples where the...Ville Voutilainen1-0/+30
2016-01-04Update copyright years.Jakub Jelinek14-14/+14
2015-11-03Make the default constructors of tuple and pair conditionally explicit.Ville Voutilainen1-55/+113
2015-10-05re PR c++/67844 (Cannot make tuple of class with template constructor)Ville Voutilainen1-0/+17
2015-09-25Avoid creating dangling references in case of nested tuplesVille Voutilainen1-0/+60
2015-06-30Implement N4387, "Improving pair and tuple", and LWG 2367.Ville Voutilainen1-0/+282