Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions source/basic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -836,8 +836,9 @@
unsigned char x = 12;
{ unsigned char x = x; }
\end{codeblock}
Here the second \tcode{x} is initialized with its own (indeterminate)
value.
Here, the initialization of the second \tcode{x} has undefined behavior,
because the initializer accesses the second \tcode{x}
outside its lifetime\iref{basic.life}.
\end{example}

\pnum
Expand Down