[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
NOKEYCHECK=True
GitOrigin-RevId: 3b470d1ce992407df81662c04cf0137850338af6
diff --git a/include/module.modulemap b/include/module.modulemap
index 35e57be..5c21e5d 100644
--- a/include/module.modulemap
+++ b/include/module.modulemap
@@ -285,6 +285,7 @@
module pop_heap { private header "__algorithm/pop_heap.h" }
module prev_permutation { private header "__algorithm/prev_permutation.h" }
module push_heap { private header "__algorithm/push_heap.h" }
+ module ranges_min_element { private header "__algorithm/ranges_min_element.h" }
module ranges_swap_ranges { private header "__algorithm/ranges_swap_ranges.h" }
module remove { private header "__algorithm/remove.h" }
module remove_copy { private header "__algorithm/remove_copy.h" }