summaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/ranges_upper_bound.h
Commit message (Expand)AuthorAgeFilesLines
* [libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser2023-02-151-2/+2
* [libc++] Add [[nodiscard]] extensions to ranges algorithmsNikolas Klauser2022-11-051-2/+2
* [libc++] Make <ranges> non-experimentalLouis Dionne2022-08-181-2/+2
* [lib++][ranges][NFC] Refactor `iterator_operations.h` to use tags.Konstantin Varlamov2022-07-121-2/+2
* [libc++] Fix std::lower_bound with C++20-hostile iteratorsNikolas Klauser2022-06-131-2/+7
* [libc++][ranges] Implement ranges::binary_search and ranges::{lower, upper}_b...Nikolas Klauser2022-06-061-0/+70