@@ -1457,6 +1457,7 @@ if (current_toolchain == default_toolchain) {
1457
1457
" __type_traits/extent.h" ,
1458
1458
" __type_traits/has_unique_object_representation.h" ,
1459
1459
" __type_traits/has_virtual_destructor.h" ,
1460
+ " __type_traits/integer_traits.h" ,
1460
1461
" __type_traits/integral_constant.h" ,
1461
1462
" __type_traits/invoke.h" ,
1462
1463
" __type_traits/is_abstract.h" ,
@@ -1507,7 +1508,6 @@ if (current_toolchain == default_toolchain) {
1507
1508
" __type_traits/is_same.h" ,
1508
1509
" __type_traits/is_scalar.h" ,
1509
1510
" __type_traits/is_signed.h" ,
1510
- " __type_traits/is_signed_integer.h" ,
1511
1511
" __type_traits/is_specialization.h" ,
1512
1512
" __type_traits/is_standard_layout.h" ,
1513
1513
" __type_traits/is_swappable.h" ,
@@ -1521,7 +1521,6 @@ if (current_toolchain == default_toolchain) {
1521
1521
" __type_traits/is_unbounded_array.h" ,
1522
1522
" __type_traits/is_union.h" ,
1523
1523
" __type_traits/is_unsigned.h" ,
1524
- " __type_traits/is_unsigned_integer.h" ,
1525
1524
" __type_traits/is_valid_expansion.h" ,
1526
1525
" __type_traits/is_void.h" ,
1527
1526
" __type_traits/is_volatile.h" ,
0 commit comments