[all-commits] [llvm/llvm-project] 3b470d: [libc++][ranges] Implement ranges::min_element
philnik777 via All-commits
all-commits at lists.llvm.org
Fri Feb 11 08:20:43 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b470d1ce992407df81662c04cf0137850338af6
https://github.com/llvm/llvm-project/commit/3b470d1ce992407df81662c04cf0137850338af6
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-02-11 (Fri, 11 Feb 2022)
Changed paths:
M libcxx/docs/Status/RangesAlgorithms.csv
M libcxx/include/CMakeLists.txt
A libcxx/include/__algorithm/ranges_min_element.h
M libcxx/include/algorithm
M libcxx/include/module.modulemap
A libcxx/test/libcxx/diagnostics/detail.headers/algorithm/ranges_min_element.module.verify.cpp
A libcxx/test/std/algorithms/alg.sorting/alg.min.max/ranges.min_element.pass.cpp
Log Message:
-----------
[libc++][ranges] Implement ranges::min_element
Implement ranges::min_element
Reviewed By: Quuxplusone, Mordante, #libc
Spies: miscco, libcxx-commits, mgorny
Differential Revision: https://reviews.llvm.org/D117025
More information about the All-commits
mailing list