Skip to content

Commit 8aee430

Browse files
committed
update
1 parent 1f0b5ba commit 8aee430

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

issues/2861.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
lifetime or within its period of construction or destruction
6161
(11.9.5 [<A href="https://wg21.link/class.cdtor">class.cdtor</A>]) , the behavior is undefined.
6262
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.
63+
refer to an object whose type is similar to <TT>U</TT> and that is
64+
within its lifetime or within its period of construction or
65+
destruction, the behavior is undefined.
6666
</P>
6767

6868
</BLOCKQUOTE>

0 commit comments

Comments
 (0)