We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9847af commit 73699cfCopy full SHA for 73699cf
source/classes.tex
@@ -6072,11 +6072,12 @@
6072
6073
\pnum
6074
During the construction of an object,
6075
-if the value of the object or any of its subobjects is
6076
-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
6077
+is accessed through a glvalue that is not obtained, directly or indirectly, from
6078
the constructor's
6079
\keyword{this}
-pointer, the value of the object or subobject thus obtained is unspecified.
6080
+pointer, the value thus obtained is unspecified.
6081
\begin{example}
6082
\begin{codeblock}
6083
struct C;
0 commit comments