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 b62b24d commit 7d608d7Copy full SHA for 7d608d7
xml/issue4015.xml
@@ -1610,10 +1610,9 @@ namespace std {
1610
-1-
1611
<ins>
1612
An instance of <code>optional<T></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>.
+<i>contain a value</i> when and only when its member <tt><i>val</i></tt> is active
+(<sref ref="[class.union.general]"/>);
+<tt><i>val</i></tt> is referred to as its <i>contained value</i>.
1617
</ins>
1618
<del>
1619
An object of type <code>optional<T></code> at any given time either
0 commit comments