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 5a2f057 commit f9dd2eeCopy full SHA for f9dd2ee
libcxx/include/module.modulemap
@@ -759,6 +759,8 @@ module std [system] {
759
module ranges_sort {
760
header "__algorithm/ranges_sort.h"
761
export std.functional.ranges_operations
762
+ export std.algorithm.sort
763
+ export std.algorithm.make_projected
764
}
765
module ranges_stable_partition {
766
header "__algorithm/ranges_stable_partition.h"
0 commit comments