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 9d16cbc commit 30e1e29Copy full SHA for 30e1e29
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -460,11 +460,17 @@ if (current_toolchain == default_toolchain) {
460
"__functional/unwrap_ref.h",
461
"__functional/weak_result_type.h",
462
"__fwd/array.h",
463
+ "__fwd/fstream.h",
464
"__fwd/get.h",
465
"__fwd/hash.h",
466
+ "__fwd/ios.h",
467
+ "__fwd/istream.h",
468
"__fwd/memory_resource.h",
469
+ "__fwd/ostream.h",
470
"__fwd/pair.h",
471
"__fwd/span.h",
472
+ "__fwd/sstream.h",
473
+ "__fwd/streambuf.h",
474
"__fwd/string.h",
475
"__fwd/string_view.h",
476
"__fwd/subrange.h",
0 commit comments