@@ -1457,6 +1457,7 @@ if (current_toolchain == default_toolchain) {
14571457 " __type_traits/extent.h" ,
14581458 " __type_traits/has_unique_object_representation.h" ,
14591459 " __type_traits/has_virtual_destructor.h" ,
1460+ " __type_traits/integer_traits.h" ,
14601461 " __type_traits/integral_constant.h" ,
14611462 " __type_traits/invoke.h" ,
14621463 " __type_traits/is_abstract.h" ,
@@ -1507,7 +1508,6 @@ if (current_toolchain == default_toolchain) {
15071508 " __type_traits/is_same.h" ,
15081509 " __type_traits/is_scalar.h" ,
15091510 " __type_traits/is_signed.h" ,
1510- " __type_traits/is_signed_integer.h" ,
15111511 " __type_traits/is_specialization.h" ,
15121512 " __type_traits/is_standard_layout.h" ,
15131513 " __type_traits/is_swappable.h" ,
@@ -1521,7 +1521,6 @@ if (current_toolchain == default_toolchain) {
15211521 " __type_traits/is_unbounded_array.h" ,
15221522 " __type_traits/is_union.h" ,
15231523 " __type_traits/is_unsigned.h" ,
1524- " __type_traits/is_unsigned_integer.h" ,
15251524 " __type_traits/is_valid_expansion.h" ,
15261525 " __type_traits/is_void.h" ,
15271526 " __type_traits/is_volatile.h" ,
0 commit comments