We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88dc8c8 commit 6c10833Copy full SHA for 6c10833
libcxx/include/module.modulemap
@@ -819,7 +819,10 @@ module std [system] {
819
module sort_heap { header "__algorithm/sort_heap.h" }
820
module sort { header "__algorithm/sort.h" }
821
module stable_partition { header "__algorithm/stable_partition.h" }
822
- module stable_sort { header "__algorithm/stable_sort.h" }
+ module stable_sort {
823
+ header "__algorithm/stable_sort.h"
824
+ export std.memory.unique_temporary_buffer // TODO: Workaround for https://github.com/llvm/llvm-project/issues/120108
825
+ }
826
module swap_ranges { header "__algorithm/swap_ranges.h" }
827
module three_way_comp_ref_type { header "__algorithm/three_way_comp_ref_type.h" }
828
module transform { header "__algorithm/transform.h" }
0 commit comments