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