aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/20_util/is_invocable
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek10-10/+10
2024-06-13libstdc++: Optimize std::is_invocable compilation performanceKen Matsui2-0/+2
2024-01-03Update copyright years.Jakub Jelinek10-10/+10
2023-01-16Update copyright years.Jakub Jelinek10-10/+10
2022-09-29libstdc++: Make INVOKE<R> refuse to create dangling references [PR70692]Jonathan Wakely1-0/+6
2022-09-21libstdc++: Fix accidental duplicate test [PR91456]Jonathan Wakely1-4/+6
2022-01-03Update copyright years.Jakub Jelinek10-10/+10
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from remaining testsJonathan Wakely5-5/+0
2021-01-04Update copyright years.Jakub Jelinek10-10/+10
2020-09-24libstdc++: assert that type traits are not misused with incomplete types [PR ...Antony Polukhin2-0/+109
2020-07-31libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely3-3/+3
2020-01-01Update copyright years.Jakub Jelinek8-8/+8
2019-08-15PR libstdc++/91456 make INVOKE<R> work with uncopyable prvaluesJonathan Wakely1-0/+34
2019-01-01Update copyright years.Jakub Jelinek7-7/+7
2018-01-03Update copyright years.Jakub Jelinek7-7/+7
2017-12-12PR libstdc++/83395 fix invocable traits for INVOKE<cv void>Jonathan Wakely1-0/+28
2017-03-10P0604R0 add invoke_result, is_invocable etc. for C++17Jonathan Wakely6-0/+364