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 5d8b4ea commit e51331cCopy full SHA for e51331c
libcxx/include/module.modulemap
@@ -1232,7 +1232,11 @@ module std [system] {
1232
module filesystem {
1233
module copy_options { header "__filesystem/copy_options.h" }
1234
module directory_entry { header "__filesystem/directory_entry.h" }
1235
- module directory_iterator { header "__filesystem/directory_iterator.h" }
+ module directory_iterator {
1236
+ header "__filesystem/directory_iterator.h"
1237
+ // This is a workaround for https://github.com/llvm/llvm-project/issues/120108.
1238
+ export *
1239
+ }
1240
module directory_options { header "__filesystem/directory_options.h" }
1241
module file_status { header "__filesystem/file_status.h" }
1242
module file_time_type { header "__filesystem/file_time_type.h" }
0 commit comments