Skip to content

Commit 59246eb

Browse files
committed
Rename label expr.ass.overlap to expr.assign.overlap
1 parent 593a974 commit 59246eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8176,7 +8176,7 @@
81768176
If the value being stored in an object is read via another object that
81778177
overlaps in any way the storage of the first object, then the overlap shall be
81788178
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}.
81808180
\begin{note}
81818181
This restriction applies to the relationship
81828182
between the left and right sides of the assignment operation; it is not a

source/ub.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -860,10 +860,10 @@
860860
\end{example}
861861

862862

863-
\rSec2[ub.expr.ass]{Assignment and compound assignment operators}
863+
\rSec2[ub.expr.assign]{Assignment and compound assignment operators}
864864

865865
\pnum
866-
\ubxref{expr.ass.overlap} \\
866+
\ubxref{expr.assign.overlap} \\
867867
Overlap in the storage between the source and destination may result in undefined behavior.
868868

869869
\pnum

0 commit comments

Comments
 (0)