[all-commits] [llvm/llvm-project] e476df: [libc++][ranges] Implement ranges::max
philnik777 via All-commits
all-commits at lists.llvm.org
Sun Apr 3 08:05:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e476df5629ee32b1180105c7a73e827bcc0d639b
https://github.com/llvm/llvm-project/commit/e476df5629ee32b1180105c7a73e827bcc0d639b
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-04-03 (Sun, 03 Apr 2022)
Changed paths:
M libcxx/docs/Status/RangesAlgorithms.csv
M libcxx/include/CMakeLists.txt
A libcxx/include/__algorithm/ranges_max.h
M libcxx/include/__algorithm/ranges_max_element.h
M libcxx/include/algorithm
M libcxx/include/module.modulemap
A libcxx/test/libcxx/diagnostics/detail.headers/algorithm/ranges_max.module.verify.cpp
A libcxx/test/std/algorithms/alg.sorting/alg.min.max/ranges.max.pass.cpp
Log Message:
-----------
[libc++][ranges] Implement ranges::max
Reviewed By: Mordante, var-const, #libc
Spies: sstefan1, libcxx-commits, mgorny
Differential Revision: https://reviews.llvm.org/D122002
More information about the All-commits
mailing list