[libc++] Add [[clang::lifetimebound]] to min/max algorithms

Reviewed By: Mordante, #libc

Spies: libcxx-commits

Differential Revision: https://reviews.llvm.org/D142608

NOKEYCHECK=True
GitOrigin-RevId: 934650b24fbfea88c34f735b9cfd0d86e0f608d9
diff --git a/include/module.modulemap.in b/include/module.modulemap.in
index a128483..cd86006 100644
--- a/include/module.modulemap.in
+++ b/include/module.modulemap.in
@@ -298,7 +298,10 @@
       module min                             { private header "__algorithm/min.h" }
       module min_element                     { private header "__algorithm/min_element.h" }
       module min_max_result                  { private header "__algorithm/min_max_result.h" }
-      module minmax                          { private header "__algorithm/minmax.h" }
+      module minmax                          {
+        private header "__algorithm/minmax.h"
+        export *
+      }
       module minmax_element                  { private header "__algorithm/minmax_element.h" }
       module mismatch                        { private header "__algorithm/mismatch.h" }
       module move                            { private header "__algorithm/move.h" }