summaryrefslogtreecommitdiff
path: root/libcxx/include/__functional/not_fn.h
AgeCommit message (Expand)Author
2025-01-10[libc++] Implement std::not_fn<NTTP> (#86133)Jakub Mazurkiewicz
2024-03-18[libc++][NFC] Merge is{,_nothrow,_trivially}{,_copy,_move,_default}{_assignab...Nikolas Klauser
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-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-08-19[libc++][NFC] Rename the constexpr macrosNikolas 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-09-08[libc++] Use enable_if_t instead of _EnableIfLouis Dionne
2021-08-09[libc++] Refactor __perfect_forward, bind_front and not_fnLouis Dionne
2021-07-01[libcxx][functional][modular] splices <functional> into modular headersChristopher Di Bella