We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ab0cb commit 3569622Copy full SHA for 3569622
source/basic.tex
@@ -4149,7 +4149,11 @@
4149
If any bit in the value representation has an indeterminate value,
4150
the object has an indeterminate value;
4151
otherwise, if any bit in the value representation has an erroneous value,
4152
-the object has an erroneous value\iref{conv.lval}.
+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}
4157
\begin{note}
4158
Objects with static or thread storage duration are zero-initialized,
4159
see~\ref{basic.start.static}.
0 commit comments