We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e030dc8 commit 8d3cba2Copy full SHA for 8d3cba2
source/expressions.tex
@@ -4828,8 +4828,8 @@
4828
\impldefplain{value of bit-field that cannot represent!assigned value}.
4829
4830
\pnum
4831
-The behavior of an expression of the form \tcode{E1} \term{op}\tcode{=}
4832
-\tcode{E2} is equivalent to \tcode{E1 = E1} \term{op} \tcode{E2} except
+The behavior of an expression of the form \tcode{E1 \placeholder{op}= E2}
+is equivalent to \tcode{E1 = E1 \placeholder{op} E2} except
4833
that \tcode{E1} is evaluated only once. In \tcode{+=} and \tcode{-=},
4834
\tcode{E1} shall either have arithmetic type or be a pointer to a
4835
possibly cv-qualified completely-defined object type. In all other
0 commit comments