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 6411aaf commit 965e053Copy full SHA for 965e053
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -807,6 +807,7 @@ if (current_toolchain == default_toolchain) {
807
"__type_traits/datasizeof.h",
808
"__type_traits/decay.h",
809
"__type_traits/dependent_type.h",
810
+ "__type_traits/desugars_to.h",
811
"__type_traits/disjunction.h",
812
"__type_traits/enable_if.h",
813
"__type_traits/extent.h",
@@ -891,7 +892,6 @@ if (current_toolchain == default_toolchain) {
891
892
"__type_traits/nat.h",
893
"__type_traits/negation.h",
894
"__type_traits/noexcept_move_assign_container.h",
- "__type_traits/operation_traits.h",
895
"__type_traits/promote.h",
896
"__type_traits/rank.h",
897
"__type_traits/remove_all_extents.h",
0 commit comments