aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/20_util/variant/run.cc
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from any/optional/variant testsJonathan Wakely1-1/+0
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-07-31libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely1-1/+1
2020-06-23libstdc++: Implement P1972R2 changes to std::variant (PR 95832)Jonathan Wakely1-0/+31
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-05-17Fix std::variant test for ILP32 targetsJonathan Wakely1-0/+11
2019-05-16Implement sane variant converting constructor (P0608R3)Jonathan Wakely1-0/+47
2019-04-26Fix tests that fail with _GLIBCXX_USE_CXX11_ABI=0Jonathan Wakely1-4/+24
2019-04-24Avoid -Wcatch-value warning in testsuiteJonathan Wakely1-1/+1
2019-04-23Fix std::variant regression caused by never-valueless optimizationJonathan Wakely1-0/+36
2019-04-17Fix condition for std::variant to be copy constructibleJonathan Wakely1-0/+22
2019-04-05PR libstdc++/87431 re-adjust never-valueless optimizationsJonathan Wakely1-3/+4
2019-03-06Rewrite variant, also PR libstdc++/85517Ville Voutilainen1-0/+34
2019-01-06PR libstdc++/87431 fix regression introduced by r264574Jonathan Wakely1-2/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-03-16Implement LWG 2857, {variant,optional,any}::emplace should return the constru...Ville Voutilainen1-0/+9
2017-02-15re PR libstdc++/78723 ([variant] P0393r3: "Making variant greater equal again...Tim Shen1-0/+24
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-06variant (__erased_use_alloc_ctor, [...]): Remove uses-allocator related funct...Tim Shen1-43/+0
2016-11-14Implement P0504R0 (Revisiting in-place tag types for any/optional/variant).Ville Voutilainen1-6/+6
2016-10-12testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...Paolo Carlini1-36/+0
2016-08-18Implement <variant>Tim Shen1-0/+501