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
7 changes: 4 additions & 3 deletions source/classes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5850,11 +5850,12 @@

\pnum
During the construction of an object,
if the value of the object or any of its subobjects is
accessed through a glvalue that is not obtained, directly or indirectly, from
if the value of any of its subobjects
or any element of its object representation
is accessed through a glvalue that is not obtained, directly or indirectly, from
the constructor's
\keyword{this}
pointer, the value of the object or subobject thus obtained is unspecified.
pointer, the value thus obtained is unspecified.
\begin{example}
\begin{codeblock}
struct C;
Expand Down