aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__numeric/transform_reduce.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-25[libc++] Fix missing and incorrect push/pop macros (#79204)Louis Dionne1-0/+5
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-12/+12
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne1-2/+2
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-3/+3
2023-06-01[libc++][PSTL] Implement std::reduce and std::transform_reduceNikolas Klauser1-2/+2
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser1-1/+1
2022-08-19[libc++][NFC] Rename the constexpr macrosNikolas Klauser1-3/+3
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne1-1/+0
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella1-0/+1
2021-12-01[libcxx][modularisation] modularises <numeric> headerChristopher Di Bella1-0/+54