File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8176
8176
If the value being stored in an object is read via another object that
8177
8177
overlaps in any way the storage of the first object, then the overlap shall be
8178
8178
exact and the two objects shall have the same type, otherwise the behavior is
8179
- undefined\ubdef {expr.ass .overlap}.
8179
+ undefined\ubdef {expr.assign .overlap}.
8180
8180
\begin {note }
8181
8181
This restriction applies to the relationship
8182
8182
between the left and right sides of the assignment operation; it is not a
Original file line number Diff line number Diff line change 860
860
\end {example }
861
861
862
862
863
- \rSec 2[ub.expr.ass ]{Assignment and compound assignment operators}
863
+ \rSec 2[ub.expr.assign ]{Assignment and compound assignment operators}
864
864
865
865
\pnum
866
- \ubxref {expr.ass .overlap } \\
866
+ \ubxref {expr.assign .overlap } \\
867
867
Overlap in the storage between the source and destination may result in undefined behavior.
868
868
869
869
\pnum
You can’t perform that action at this time.
0 commit comments