Skip to content

Commit 266dffa

Browse files
ZERICO2005mateoconlechuga
authored andcommitted
__integral<signed short> was missing from type_traits
1 parent d1f6d81 commit 266dffa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcxx/include/type_traits

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ template<> struct __integral< char8_t> : true_type {};
9494
#endif
9595
template<> struct __integral< char16_t> : true_type {};
9696
template<> struct __integral< char32_t> : true_type {};
97+
template<> struct __integral< signed short> : true_type {};
9798
template<> struct __integral<unsigned short> : true_type {};
9899
template<> struct __integral< signed int> : true_type {};
99100
template<> struct __integral<unsigned int> : true_type {};

0 commit comments

Comments
 (0)