Skip to content

Commit 2142abb

Browse files
committed
[conv.lval] Make note and generalize comment on UB
1 parent b80d382 commit 2142abb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/expressions.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -675,9 +675,10 @@
675675

676676
\item Otherwise, the object indicated by the glvalue is read\iref{defns.access},
677677
and the value contained in the object is the prvalue result.
678-
If the result is an erroneous value\iref{basic.indet} and
679-
the bits in the value representation are not valid for the object's type,
678+
\begin{note}
679+
If the bits in the value representation are not valid for the object's type,
680680
the behavior is undefined.
681+
\end{note}
681682
\end{itemize}
682683

683684
\pnum

0 commit comments

Comments
 (0)