Comment by kryptiskt
6 months ago
It doesn't have to prove absence of overflow since that is undefined behavior in C and thus modern compilers assume it can never happen.
6 months ago
It doesn't have to prove absence of overflow since that is undefined behavior in C and thus modern compilers assume it can never happen.
Great point.