aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/20_util/any
AgeCommit message (Expand)AuthorFilesLines
13 daysc++: Unwrap type traits defined in terms of builtins within diagnostics [PR11...Nathaniel Shead1-0/+3
2025-01-02Update copyright years.Jakub Jelinek26-26/+26
2024-09-03libstdc++: Simplify std::any to fix -Wdeprecated-declarations warningJonathan Wakely1-0/+22
2024-06-21libstdc++: Make std::any_cast<void> ill-formed (LWG 3305)Jonathan Wakely1-0/+15
2024-01-03Update copyright years.Jakub Jelinek26-26/+26
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 20_utils testsJonathan Wakely2-4/+2
2023-01-16Update copyright years.Jakub Jelinek26-26/+26
2022-11-08libstdc++: Fix -Wsystem-headers warnings in testsJonathan Wakely2-0/+2
2022-05-05libstdc++: Fixes for tests that fail with -fno-rttiJonathan Wakely4-0/+11
2022-03-18libstdc++: Simplify constraints for std::any construction [PR104242]Jonathan Wakely1-0/+12
2022-01-03Update copyright years.Jakub Jelinek26-26/+26
2021-10-22libstdc++: Constrain std::make_any [PR102894]Jonathan Wakely1-0/+20
2021-06-14libstdc++: Fix std::any constraints [PR101034]Jonathan Wakely1-0/+11
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from any/optional/variant testsJonathan Wakely24-27/+4
2021-01-04Update copyright years.Jakub Jelinek26-26/+26
2020-10-29libstdc++: Avoid warnings in testsJonathan Wakely2-4/+4
2020-07-31libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely19-16/+19
2020-04-24libstdc++: Fix constructor constraints for std::any (PR 90415)Jonathan Wakely4-7/+183
2020-03-31Library-side tests for parenthesized aggregate initVille Voutilainen2-0/+92
2020-01-01Update copyright years.Jakub Jelinek21-21/+21
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 Jelinek21-21/+21
2018-10-30Implement P0892R2, explicit(bool).Marek Polacek1-2/+2
2018-07-26Add missing dg-require-cstdint directives to testsJonathan Wakely1-0/+1
2018-02-27Implement the missing bits of LWG 2769Ville Voutilainen2-13/+19
2018-01-29PR libstdc++/83658 fix exception-safety in std::any::emplaceJonathan Wakely2-1/+75
2018-01-03Update copyright years.Jakub Jelinek20-20/+20
2017-03-16Implement LWG 2857, {variant,optional,any}::emplace should return the constru...Ville Voutilainen2-1/+5
2017-01-20PR69321 fix any_cast<T>(any*) for non-copyable TJonathan Wakely1-0/+13
2017-01-01Update copyright years.Jakub Jelinek20-20/+20
2016-12-16Implement LWG 2769, Redundant const in the return type of any_cast(const any&).Ville Voutilainen2-1/+14
2016-11-15Fix find&replace error in license boilerplateJonathan Wakely5-5/+5
2016-11-14Implement P0504R0 (Revisiting in-place tag types for any/optional/variant).Ville Voutilainen3-13/+25
2016-11-14Use constexpr addressof in optional, SFINAE housekeeping for any, optional an...Ville Voutilainen1-1/+1
2016-10-12testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...Paolo Carlini1-4/+4
2016-10-11Make any's copy assignment operator exception-safe,Ville Voutilainen5-15/+196
2016-08-15Implement LWG 2744 and LWG 2754.Ville Voutilainen4-1/+30
2016-07-15Fix the constraints for any's assignment operator template to properlyVille Voutilainen1-1/+4
2016-07-14Implement P0032R3, Homogeneous interface for variant, any and optional,Ville Voutilainen10-38/+247
2016-07-07Implement std::any.Ville Voutilainen14-0/+787