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 c0515fc commit e2e1572Copy full SHA for e2e1572
libcxx/include/module.modulemap
@@ -687,6 +687,7 @@ module std [system] {
687
}
688
module ranges_partition {
689
header "__algorithm/ranges_partition.h"
690
+ export std.ranges.subrange // return type
691
692
module ranges_pop_heap {
693
header "__algorithm/ranges_pop_heap.h"
@@ -786,6 +787,7 @@ module std [system] {
786
787
788
module ranges_stable_partition {
789
header "__algorithm/ranges_stable_partition.h"
790
791
792
module ranges_stable_sort {
793
header "__algorithm/ranges_stable_sort.h"
0 commit comments