Skip to content

Commit b62b24d

Browse files
committed
Fix previous edit to 4015 wording
1 parent 3f24a5b commit b62b24d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/issue4015.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1566,7 +1566,7 @@ to destroy the contained value; otherwise no effect.
15661566

15671567
<note>2025-11-03; Tomasz tweaks proposed resolution</note>
15681568
<p>
1569-
Updated converting constructor and assigments to use `operator*()`
1569+
Updated converting constructor and assignments to use `operator*()`
15701570
directly, required to correctly support <tt>optional&lt;T&amp;&gt;</tt>.
15711571
Also update corresponding constructor in specialization.
15721572
</p>
@@ -1609,9 +1609,9 @@ namespace std {
16091609
<p>
16101610
-1-
16111611
<ins>
1612-
(<sref ref="[class.union.general]"/>),
16131612
An instance of <code>optional&lt;T&gt;</code> is said to
1614-
<i>contain a value</i> when its member <tt><i>val</i></tt> is active,
1613+
<i>contain a value</i> when its member <tt><i>val</i></tt> is active
1614+
(<sref ref="[class.union.general]"/>),
16151615
and <tt><i>val</i></tt> is referred to as its
16161616
<i>contained value</i>.
16171617
</ins>

0 commit comments

Comments
 (0)