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 a4a2a27 commit e7f8dadCopy full SHA for e7f8dad
libcxx/include/module.modulemap.in
@@ -1519,6 +1519,7 @@ module std [system] {
1519
}
1520
module permutable { header "__iterator/permutable.h" }
1521
module prev { header "__iterator/prev.h" }
1522
+ module product_iterator { header "__iterator/product_iterator.h" }
1523
module projected { header "__iterator/projected.h" }
1524
module ranges_iterator_traits { header "__iterator/ranges_iterator_traits.h" }
1525
module readable_traits { header "__iterator/readable_traits.h" }
0 commit comments