[all-commits] [llvm/llvm-project] 205557: [libc++][ranges] Implement ranges::max_element
philnik777 via All-commits
all-commits at lists.llvm.org
Mon Mar 7 08:17:17 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 205557c908ff24e7b691c8948aaa516e61b9428d
https://github.com/llvm/llvm-project/commit/205557c908ff24e7b691c8948aaa516e61b9428d
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-03-07 (Mon, 07 Mar 2022)
Changed paths:
M libcxx/include/CMakeLists.txt
A 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_element.module.verify.cpp
A libcxx/test/std/algorithms/alg.sorting/alg.min.max/ranges.max_element.pass.cpp
M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp
Log Message:
-----------
[libc++][ranges] Implement ranges::max_element
Implement ranges::max_element
Reviewed By: Quuxplusone, #libc
Spies: libcxx-commits, mgorny
Differential Revision: https://reviews.llvm.org/D117523
More information about the All-commits
mailing list