aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/20_util/any/misc
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek4-4/+4
2024-06-21libstdc++: Make std::any_cast<void> ill-formed (LWG 3305)Jonathan Wakely1-0/+15
2024-01-03Update copyright years.Jakub Jelinek4-4/+4
2023-01-16Update copyright years.Jakub Jelinek4-4/+4
2022-05-05libstdc++: Fixes for tests that fail with -fno-rttiJonathan Wakely1-0/+6
2022-01-03Update copyright years.Jakub Jelinek4-4/+4
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from any/optional/variant testsJonathan Wakely4-6/+3
2021-01-04Update copyright years.Jakub Jelinek4-4/+4
2020-07-31libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely3-3/+3
2020-04-24libstdc++: Fix constructor constraints for std::any (PR 90415)Jonathan Wakely1-7/+9
2020-01-01Update copyright years.Jakub Jelinek4-4/+4
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-2/+2
2019-04-24PR libstdc++/90220 Fix std::any_cast for array typesJonathan Wakely1-0/+17
2019-04-24PR libstdc++/90220 Fix std::any_cast for function pointersJonathan Wakely1-0/+34
2019-01-01Update copyright years.Jakub Jelinek4-4/+4
2018-02-27Implement the missing bits of LWG 2769Ville Voutilainen2-13/+19
2018-01-29PR libstdc++/83658 fix exception-safety in std::any::emplaceJonathan Wakely1-1/+1
2018-01-03Update copyright years.Jakub Jelinek4-4/+4
2017-03-16Implement LWG 2857, {variant,optional,any}::emplace should return the constru...Ville Voutilainen1-1/+1
2017-01-20PR69321 fix any_cast<T>(any*) for non-copyable TJonathan Wakely1-0/+13
2017-01-01Update copyright years.Jakub Jelinek4-4/+4
2016-12-16Implement LWG 2769, Redundant const in the return type of any_cast(const any&).Ville Voutilainen2-1/+14
2016-11-14Use constexpr addressof in optional, SFINAE housekeeping for any, optional an...Ville Voutilainen1-1/+1
2016-10-11Make any's copy assignment operator exception-safe,Ville Voutilainen1-1/+1
2016-08-15Implement LWG 2744 and LWG 2754.Ville Voutilainen1-1/+1
2016-07-14Implement P0032R3, Homogeneous interface for variant, any and optional,Ville Voutilainen2-3/+3
2016-07-07Implement std::any.Ville Voutilainen4-0/+236