[libc++][ranges] Implement ranges::min
Reviewed By: var-const, Mordante, #libc
Spies: jwakely, ldionne, libcxx-commits, mgorny
Differential Revision: https://reviews.llvm.org/D119589
NOKEYCHECK=True
GitOrigin-RevId: f83d833e41d70322a4174c5c37fb3726c60888f6
diff --git a/include/module.modulemap b/include/module.modulemap
index 1ee895d..faf700d 100644
--- a/include/module.modulemap
+++ b/include/module.modulemap
@@ -298,6 +298,7 @@
module ranges_find_if { private header "__algorithm/ranges_find_if.h" }
module ranges_find_if_not { private header "__algorithm/ranges_find_if_not.h" }
module ranges_max_element { private header "__algorithm/ranges_max_element.h" }
+ module ranges_min { private header "__algorithm/ranges_min.h" }
module ranges_min_element { private header "__algorithm/ranges_min_element.h" }
module ranges_mismatch { private header "__algorithm/ranges_mismatch.h" }
module ranges_swap_ranges { private header "__algorithm/ranges_swap_ranges.h" }