[libcxx-commits] [libcxx] [libc++] replace stable_sort with sort in flat_map (PR #121431)

via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jan 12 11:51:40 PST 2025


================
@@ -759,6 +759,8 @@ module std [system] {
     module ranges_sort {
       header "__algorithm/ranges_sort.h"
       export std.functional.ranges_operations
+      export std.algorithm.sort
+      export std.algorithm.make_projected
----------------
huixie90 wrote:

this is a reproducer of the CI issue I mentioned. see `ranges::sort` has linker error

https://godbolt.org/z/68Gdcxrnc

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


More information about the libcxx-commits mailing list