Skip to content

Commit b5955b4

Browse files
committed
unsigned-int128
1 parent 4077d33 commit b5955b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__algorithm/radix_sort.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ struct __unsigned_integer_of_size<8> {
327327
# if _LIBCPP_HAS_INT128
328328
template <>
329329
struct __unsigned_integer_of_size<16> {
330-
using type _LIBCPP_NODEBUG = __int128;
330+
using type _LIBCPP_NODEBUG = unsigned __int128;
331331
};
332332
# endif
333333

0 commit comments

Comments
 (0)