summaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/make_projected.h
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Add hide_from_abi check for classesNikolas Klauser2023-04-161-3/+4
* [libc++] Add __decay_t and use it instead of decay<>::typeNikolas Klauser2023-03-311-4/+4
* [libc++] Enable -Wunused-templateNikolas Klauser2023-03-081-3/+3
* [libc++] Forward to std::memcmp for trivially comparable types in equalNikolas Klauser2023-02-211-27/+13
* [libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser2023-02-151-3/+3
* [libc++] Make <ranges> non-experimentalLouis Dionne2022-08-181-2/+2
* [libc++][ranges] Implement `std::ranges::partial_sort_copy`.Konstantin Varlamov2022-07-301-29/+69
* [libc++][ranges] Implement `ranges::{,stable_}partition`.Konstantin Varlamov2022-07-181-0/+15
* [libcxx][ranges] implement `std::ranges::set_difference`Hui Xie2022-07-081-1/+21
* [libc++][ranges] Implement `ranges::sort`.Konstantin Varlamov2022-06-161-0/+51