[all-commits] [llvm/llvm-project] f83d83: [libc++][ranges] Implement ranges::min
philnik777 via All-commits
all-commits at lists.llvm.org
Fri Mar 18 04:52:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f83d833e41d70322a4174c5c37fb3726c60888f6
https://github.com/llvm/llvm-project/commit/f83d833e41d70322a4174c5c37fb3726c60888f6
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-03-18 (Fri, 18 Mar 2022)
Changed paths:
M libcxx/docs/Status/RangesAlgorithms.csv
M libcxx/include/CMakeLists.txt
A libcxx/include/__algorithm/ranges_min.h
M libcxx/include/__algorithm/ranges_min_element.h
M libcxx/include/__ranges/take_view.h
M libcxx/include/algorithm
M libcxx/include/module.modulemap
A libcxx/test/libcxx/diagnostics/detail.headers/algorithm/ranges_min.module.verify.cpp
A libcxx/test/std/algorithms/alg.sorting/alg.min.max/ranges.min.pass.cpp
M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp
Log Message:
-----------
[libc++][ranges] Implement ranges::min
Reviewed By: var-const, Mordante, #libc
Spies: jwakely, ldionne, libcxx-commits, mgorny
Differential Revision: https://reviews.llvm.org/D119589
More information about the All-commits
mailing list