N
Nick Landsberg
If the following construct defined behaviour
in the standard?
v += v + x;
(Assuming all variables are of the
same type.)
I know what I would expect the construct
to do, but expected is not necessarily
defined.
in the standard?
v += v + x;
(Assuming all variables are of the
same type.)
I know what I would expect the construct
to do, but expected is not necessarily
defined.