Skip to content

Commit 8d3cba2

Browse files
committed
[expr.ass] Replace text \term with code \placeholder for "op="
1 parent e030dc8 commit 8d3cba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/expressions.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4828,8 +4828,8 @@
48284828
\impldefplain{value of bit-field that cannot represent!assigned value}.
48294829

48304830
\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
4831+
The behavior of an expression of the form \tcode{E1 \placeholder{op}= E2}
4832+
is equivalent to \tcode{E1 = E1 \placeholder{op} E2} except
48334833
that \tcode{E1} is evaluated only once. In \tcode{+=} and \tcode{-=},
48344834
\tcode{E1} shall either have arithmetic type or be a pointer to a
48354835
possibly cv-qualified completely-defined object type. In all other

0 commit comments

Comments
 (0)