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 edc1c3d commit 0d7dba6Copy full SHA for 0d7dba6
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -450,7 +450,6 @@ if (current_toolchain == default_toolchain) {
450
"__format/format_context.h",
451
"__format/format_error.h",
452
"__format/format_functions.h",
453
- "__format/format_fwd.h",
454
"__format/format_parse_context.h",
455
"__format/format_string.h",
456
"__format/format_to_n_result.h",
@@ -500,6 +499,7 @@ if (current_toolchain == default_toolchain) {
500
499
"__fwd/array.h",
501
"__fwd/bit_reference.h",
502
"__fwd/complex.h",
+ "__fwd/format.h",
503
"__fwd/fstream.h",
504
"__fwd/functional.h",
505
"__fwd/ios.h",
0 commit comments