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