summaryrefslogtreecommitdiff
path: root/libcxx/include/__functional/mem_fn.h
AgeCommit message (Expand)Author
2025-01-20[libc++] Define an internal API for std::invoke and friends (#116637)Nikolas Klauser
2024-10-15[libc++] Fix expression-equivalence for `mem_fn` (#111307)A. Jiang
2024-09-16[libc++][modules] Fix missing and incorrect includes (#108850)Louis Dionne
2024-06-18[libc++][NFC] Run clang-format on libcxx/include again (#95874)Louis Dionne
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser
2022-08-19[libc++][NFC] Rename the constexpr macrosNikolas Klauser
2022-06-22[libc++] Complete the implementation of N4190Nikolas Klauser
2022-06-10[libc++] Use the same implementation of invoke for C++03 and C++11Nikolas 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++] Replace includes of <utility> with specific detail headersArthur O'Dwyer
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2022-01-10[libc++] Alphabetize header #includes. NFCI.Arthur O'Dwyer
2021-07-01[libcxx][functional][modular] splices <functional> into modular headersChristopher Di Bella