Skip to content

Commit 7d608d7

Browse files
committed
Tweak wording for 4015 again
1 parent b62b24d commit 7d608d7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

xml/issue4015.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1610,10 +1610,9 @@ namespace std {
16101610
-1-
16111611
<ins>
16121612
An instance of <code>optional&lt;T&gt;</code> is said to
1613-
<i>contain a value</i> when its member <tt><i>val</i></tt> is active
1614-
(<sref ref="[class.union.general]"/>),
1615-
and <tt><i>val</i></tt> is referred to as its
1616-
<i>contained value</i>.
1613+
<i>contain a value</i> when and only when its member <tt><i>val</i></tt> is active
1614+
(<sref ref="[class.union.general]"/>);
1615+
<tt><i>val</i></tt> is referred to as its <i>contained value</i>.
16171616
</ins>
16181617
<del>
16191618
An object of type <code>optional&lt;T&gt;</code> at any given time either

0 commit comments

Comments
 (0)