Skip to content

Commit 4ee13a4

Browse files
committed
Fix modulemap
1 parent 831002f commit 4ee13a4

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
@@ -673,6 +673,7 @@ module std [system] {
673673
}
674674
module ranges_partition {
675675
header "__algorithm/ranges_partition.h"
676+
export std.ranges.subrange // return type
676677
}
677678
module ranges_pop_heap {
678679
header "__algorithm/ranges_pop_heap.h"
@@ -765,6 +766,7 @@ module std [system] {
765766
}
766767
module ranges_stable_partition {
767768
header "__algorithm/ranges_stable_partition.h"
769+
export std.ranges.subrange // return type
768770
}
769771
module ranges_stable_sort {
770772
header "__algorithm/ranges_stable_sort.h"

0 commit comments

Comments
 (0)