Skip to content

Commit e2e1572

Browse files
committed
Fix modulemap
1 parent c0515fc commit e2e1572

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libcxx/include/module.modulemap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,7 @@ module std [system] {
687687
}
688688
module ranges_partition {
689689
header "__algorithm/ranges_partition.h"
690+
export std.ranges.subrange // return type
690691
}
691692
module ranges_pop_heap {
692693
header "__algorithm/ranges_pop_heap.h"
@@ -786,6 +787,7 @@ module std [system] {
786787
}
787788
module ranges_stable_partition {
788789
header "__algorithm/ranges_stable_partition.h"
790+
export std.ranges.subrange // return type
789791
}
790792
module ranges_stable_sort {
791793
header "__algorithm/ranges_stable_sort.h"

0 commit comments

Comments
 (0)