On Mon, 24 Nov 2014 12:54:58 +0000 Don via Digitalmars-d <digitalmars-d@puremagic.com> wrote:In D, 1u - 2u > 0u. This is defined behaviour, not an overflow.this *is* overflow. D just has overflow result defined.
No, that is not overflow. That is a carry. Overflow is when the sign bit changes.