[libcxx-commits] [libcxx] [libc++] constexpr flat_map (PR #137453)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Sat Apr 26 18:40:25 PDT 2025


================
@@ -1304,6 +1304,9 @@ module std [system] {
 
     header "flat_map"
     export *
+    export std.algorithm.ranges_sort
+    export std.ranges.zip_view
+    export std.tuple
----------------
frederick-vs-ja wrote:

No change requested. Do you have any idea why these missing exports were not caught before?

https://github.com/llvm/llvm-project/pull/137453


More information about the libcxx-commits mailing list