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 da3c06a commit 709f59eCopy full SHA for 709f59e
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -469,7 +469,6 @@ if (current_toolchain == default_toolchain) {
469
"__functional/reference_wrapper.h",
470
"__functional/unary_function.h",
471
"__functional/unary_negate.h",
472
- "__functional/unwrap_ref.h",
473
"__functional/weak_result_type.h",
474
"__fwd/array.h",
475
"__fwd/fstream.h",
@@ -863,6 +862,7 @@ if (current_toolchain == default_toolchain) {
863
862
"__type_traits/type_identity.h",
864
"__type_traits/type_list.h",
865
"__type_traits/underlying_type.h",
+ "__type_traits/unwrap_ref.h",
866
"__type_traits/void_t.h",
867
"__undef_macros",
868
"__utility/as_const.h",
0 commit comments