summaryrefslogtreecommitdiff
path: root/libcxx/include/__functional/invoke.h
AgeCommit message (Expand)Author
2024-09-16[libc++][modules] Fix missing and incorrect includes (#108850)Louis Dionne
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne
2023-05-24[libc++] Untangles invoke.Mark de Wever
2023-05-03[libc++] Make std::bind constexpr-friendlyLouis Dionne
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser
2023-03-31[libc++] Add __decay_t and use it instead of decay<>::typeNikolas Klauser
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2023-02-13[libc++] Implement P2136R3 std::invoke_rLouis Dionne
2023-01-12[libc++][NFC] Qualify declvalNikolas Klauser
2023-01-08[libc++][CI] Fixes robust against ADL for C++03.Mark de Wever
2022-10-01[libc++][NFC] Prefer type aliases over structsNikolas Klauser
2022-09-06[libc++] Avoid instantiating type_trait classesNikolas Klauser
2022-08-19[libc++][NFC] Rename the constexpr macrosNikolas Klauser
2022-08-13[libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABINikolas Klauser
2022-07-24[libc++] Granularize some more type_traitsNikolas Klauser
2022-06-10[libc++] Use the same implementation of invoke for C++03 and C++11Nikolas Klauser
2022-06-10[libc++] Granularize even more of type_traitsNikolas Klauser
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2021-07-01[libcxx][functional][modular] splices <functional> into modular headersChristopher Di Bella