Hacker News new | ask | show | jobs
by fanf2 610 days ago
unsigned overflow was always defined
1 comments

Hmm true, now I wonder what the standard change that integers are expected to be in two's complement format even means in practice when the only important related UB (signed overflow) is still UB. Guess I'll need to read the original proposal again.