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 edd6ccb commit 56e8073Copy full SHA for 56e8073
libcxx/include/module.modulemap
@@ -487,6 +487,7 @@ module std [system] {
487
module prev_permutation { header "__algorithm/prev_permutation.h" }
488
module pstl { header "__algorithm/pstl.h" }
489
module push_heap { header "__algorithm/push_heap.h" }
490
+ module radix_sort { header "__algorithm/radix_sort.h" }
491
module ranges_adjacent_find { header "__algorithm/ranges_adjacent_find.h" }
492
module ranges_all_of { header "__algorithm/ranges_all_of.h" }
493
module ranges_any_of { header "__algorithm/ranges_any_of.h" }
0 commit comments