Skip to content

Commit 3569622

Browse files
eisenwavetkoeppe
authored andcommitted
[basic.indet] Convert reference to [conv.lval] into note
1 parent f5ab0cb commit 3569622

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source/basic.tex

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4149,7 +4149,11 @@
41494149
If any bit in the value representation has an indeterminate value,
41504150
the object has an indeterminate value;
41514151
otherwise, if any bit in the value representation has an erroneous value,
4152-
the object has an erroneous value\iref{conv.lval}.
4152+
the object has an erroneous value.
4153+
\begin{note}
4154+
Lvalue-to-rvalue conversion has undefined behavior
4155+
if the erroneous value of an object is not valid for its type\iref{conv.lval}.
4156+
\end{note}
41534157
\begin{note}
41544158
Objects with static or thread storage duration are zero-initialized,
41554159
see~\ref{basic.start.static}.

0 commit comments

Comments
 (0)