File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1160
1160
\pnum
1161
1161
\indextext {const object!undefined change to}%
1162
1162
Except that any class member declared \tcode {mutable}\iref {dcl.stc }
1163
- can be modified, any attempt to modify a const object during its
1163
+ can be modified, any attempt to modify~(\ref {expr.ass },
1164
+ \ref {expr.post.incr }, \ref {expr.pre.incr }) a
1165
+ const object\iref {basic.type.qualifier } during its
1164
1166
lifetime\iref {basic.life } results in undefined behavior.
1165
1167
\begin {example }
1166
1168
\begin {codeblock }
Original file line number Diff line number Diff line change 5616
5616
\end {bnf }
5617
5617
5618
5618
\pnum
5619
- In simple assignment (\tcode {=}), the result of the right operand replaces
5620
- the value of the object referred to by the left operand.
5619
+ In simple assignment (\tcode {=}), the object referred to by the left operand
5620
+ is modified by replacing its value with the result of the right operand.
5621
5621
5622
5622
\pnum
5623
5623
\indextext {assignment!conversion by}%
You can’t perform that action at this time.
0 commit comments