Date: Sun, 13 Apr 2025 13:26:24 +0200
Given how common "signed or unsigned integer" is (in the standard and
in user code), I think there should be a std::signed_or_unsigned
concept that doesn't include bool or character types.
I suspect that a good portion of std::integral uses really shouldn't
include bool or characters, but it's not like we provide a convenient
way to exclude those.
in user code), I think there should be a std::signed_or_unsigned
concept that doesn't include bool or character types.
I suspect that a good portion of std::integral uses really shouldn't
include bool or characters, but it's not like we provide a convenient
way to exclude those.
Received on 2025-04-13 11:26:41