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 08e5af6 commit 9a19e01Copy full SHA for 9a19e01
source/basic.tex
@@ -836,8 +836,9 @@
836
unsigned char x = 12;
837
{ unsigned char x = x; }
838
\end{codeblock}
839
-Here the second \tcode{x} is initialized with its own (indeterminate)
840
-value.
+Here, the initialization of the second \tcode{x} has undefined behavior,
+because the initializer accesses the second \tcode{x}
841
+outside its lifetime\iref{basic.life}.
842
\end{example}
843
844
\pnum
0 commit comments