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 1f0b5ba commit 8aee430Copy full SHA for 8aee430
issues/2861.html
@@ -60,9 +60,9 @@
60
lifetime or within its period of construction or destruction
61
(11.9.5 [<A href="https://wg21.link/class.cdtor">class.cdtor</A>]) , the behavior is undefined.
62
If <TT>v</TT> is a glvalue of type <TT>U</TT> and <TT>v</TT> does not
63
-refer to an object whose type is similar to <TT>U</TT> within its
64
-lifetime or within its period of construction or destruction, the
65
-behavior is undefined.
+refer to an object whose type is similar to <TT>U</TT> and that is
+within its lifetime or within its period of construction or
+destruction, the behavior is undefined.
66
</P>
67
68
</BLOCKQUOTE>
0 commit comments