Let's say I did this:
i -=3D u;
i is a signed int and u is an unsigned int. According to the c++=20
standard the rvalue result is going to be converted to unsigned int?=20
Then what? Where does it say the result can be assigned to an int?
=E2=80=94 Otherwise, if either operand is unsigned, the other shall be co=
nverted=20
to unsigned.