summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/invoke.h
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill
2024-01-03Update copyright years.Jakub Jelinek
2023-01-16Update copyright years.Jakub Jelinek
2022-10-05libstdc++: Guard use of new built-in with __has_builtinJonathan Wakely
2022-09-29libstdc++: Make INVOKE<R> refuse to create dangling references [PR70692]Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-03-10libstdc++: Fix headers that can't be used as header units [PR 99413]Jonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-05-17Fix __invoke_r<void> to be valid in C++11Jonathan Wakely
2019-05-14Define std::__invoke_r for INVOKE<R>Jonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-03-10P0604R0 add invoke_result, is_invocable etc. for C++17Jonathan Wakely
2017-01-01Update copyright years.Jakub Jelinek
2016-10-13Fix exception-specification of std::invokeJonathan Wakely
2016-08-06Add std::apply for C++17Jonathan Wakely