[all-commits] [llvm/llvm-project] 1e6e25: [libc] Clean up cpp::is_unsigned (#177456)
Roland McGrath via All-commits
all-commits at lists.llvm.org
Thu Jan 22 14:47:07 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1e6e25573f5a9dce9591e6ab429c465a8271ad18
https://github.com/llvm/llvm-project/commit/1e6e25573f5a9dce9591e6ab429c465a8271ad18
Author: Roland McGrath <mcgrathr at google.com>
Date: 2026-01-22 (Thu, 22 Jan 2026)
Changed paths:
M libc/src/__support/CPP/type_traits/is_unsigned.h
Log Message:
-----------
[libc] Clean up cpp::is_unsigned (#177456)
There are no unsigned floating-point types, so make it a
subset of is_integral instead of is_arithmetic.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list