[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 05:46:22 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:
I have no idea why but this is the minimum I need to export from ranges_sort in order to resolve the linker error in the CI of the clang module build. I don't see any missing includes
https://github.com/llvm/llvm-project/pull/121431
More information about the libcxx-commits
mailing list