summaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/in_fun_result.h
AgeCommit message (Expand)Author
2024-01-25[libc++] Fix missing and incorrect push/pop macros (#79204)Louis Dionne
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2022-08-18[libc++] Make <ranges> non-experimentalLouis Dionne
2022-04-10[libc++] Rename the template arguments of the algorithm result typesNikolas Klauser
2022-04-02[libc++] Canonicalize the ranges results and their testsNikolas Klauser
2022-03-13[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.Joe Loser
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-12[libcxx] Fix a missed instance of _LIBCPP_NO_UNIQUE_ADDRESSMartin Storsjö
2022-02-11[libc++] Add ranges::in_fun_resultNikolas Klauser