Commit e51331c 1 parent 5d8b4ea commit e51331c Copy full SHA for e51331c
File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1232,7 +1232,11 @@ module std [system] {
1232
1232
module filesystem {
1233
1233
module copy_options { header "__filesystem/copy_options.h" }
1234
1234
module directory_entry { header "__filesystem/directory_entry.h" }
1235
- module directory_iterator { header "__filesystem/directory_iterator.h" }
1235
+ 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
+ }
1236
1240
module directory_options { header "__filesystem/directory_options.h" }
1237
1241
module file_status { header "__filesystem/file_status.h" }
1238
1242
module file_time_type { header "__filesystem/file_time_type.h" }
You can’t perform that action at this time.
0 commit comments