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 f3ab334 commit 34de9ceCopy full SHA for 34de9ce
source/classes.tex
@@ -5850,11 +5850,12 @@
5850
5851
\pnum
5852
During the construction of an object,
5853
-if the value of the object or any of its subobjects is
5854
-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
5855
+is accessed through a glvalue that is not obtained, directly or indirectly, from
5856
the constructor's
5857
\keyword{this}
-pointer, the value of the object or subobject thus obtained is unspecified.
5858
+pointer, the value thus obtained is unspecified.
5859
\begin{example}
5860
\begin{codeblock}
5861
struct C;
0 commit comments