File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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*()`
15701570directly, required to correctly support <tt >optional< T&> </tt >.
15711571Also 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]" />),
16131612An instance of <code >optional< T> </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]" />),
16151615and <tt ><i >val</i ></tt > is referred to as its
16161616<i >contained value</i >.
16171617</ins >
You can’t perform that action at this time.
0 commit comments