summaryrefslogtreecommitdiff
path: root/libcxx/include/__functional/bind_back.h
AgeCommit message (Expand)Author
2024-06-18[libc++][NFC] Run clang-format on libcxx/include again (#95874)Louis Dionne
2024-04-09[libc++] Implement `bind_back` (#81055)Jakub Mazurkiewicz
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-10-05[libcxx] replaces SFINAE with requires-expressions in `bind_front` and `bind_...Christopher Di Bella
2023-05-07[libc++][Modules] Add missing includes and exportsIan Anderson
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2022-05-06[libc++][NFC] Fix formatting that was incorrectly changed by D124695Louis Dionne
2022-05-05[libc++] Avoid a Microsoft SAL macro.Peter Kasting
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-09-08[libc++] Use enable_if_t instead of _EnableIfLouis Dionne
2021-08-11[libc++] Add the __bind_back and __compose helpersLouis Dionne