Skip to content

Commit

Permalink
__integral<signed short> was missing from type_traits
Browse files Browse the repository at this point in the history
  • Loading branch information
ZERICO2005 authored and mateoconlechuga committed Jan 5, 2025
1 parent d1f6d81 commit 266dffa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libcxx/include/type_traits
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ template<> struct __integral< char8_t> : true_type {};
#endif
template<> struct __integral< char16_t> : true_type {};
template<> struct __integral< char32_t> : true_type {};
template<> struct __integral< signed short> : true_type {};
template<> struct __integral<unsigned short> : true_type {};
template<> struct __integral< signed int> : true_type {};
template<> struct __integral<unsigned int> : true_type {};
Expand Down

0 comments on commit 266dffa

Please sign in to comment.