summaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/ranges_upper_bound.h
AgeCommit message (Expand)Author
2024-08-01[libc++] Remove dedicated namespaces for ranges functions (#76543)Christopher Di Bella
2024-04-22[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (...Nikolas Klauser
2023-11-06[libc++] Make sure ranges algorithms and views handle boolean-testable correc...Louis Dionne
2023-06-19[libc++][NFC] Apply clang-format on large parts of the code baseLouis Dionne
2023-06-19[libc++][NFC] Rename __lower_bound_impl to __lower_boundLouis Dionne
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2022-11-05[libc++] Add [[nodiscard]] extensions to ranges algorithmsNikolas Klauser
2022-08-18[libc++] Make <ranges> non-experimentalLouis Dionne
2022-07-12[lib++][ranges][NFC] Refactor `iterator_operations.h` to use tags.Konstantin Varlamov
2022-06-13[libc++] Fix std::lower_bound with C++20-hostile iteratorsNikolas Klauser
2022-06-06[libc++][ranges] Implement ranges::binary_search and ranges::{lower, upper}_b...Nikolas Klauser