Skip to content

Commit 85d8dc8

Browse files
committed
Rename label expr.ass.overlap to expr.assign.overlap
1 parent 51fd05f commit 85d8dc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/expressions.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -7665,7 +7665,7 @@
76657665
If the value being stored in an object is read via another object that
76667666
overlaps in any way the storage of the first object, then the overlap shall be
76677667
exact and the two objects shall have the same type, otherwise the behavior is
7668-
undefined\ubdef{expr.ass.overlap}.
7668+
undefined\ubdef{expr.assign.overlap}.
76697669
\begin{note}
76707670
This restriction applies to the relationship
76717671
between the left and right sides of the assignment operation; it is not a

source/ub.tex

+2-2
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)