Skip to content

Commit 7fc3a3b

Browse files
committed
Set 4300 to Tentatively Ready
1 parent ed1b07d commit 7fc3a3b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

xml/issue4300.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='utf-8' standalone='no'?>
22
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
33

4-
<issue num="4300" status="New">
4+
<issue num="4300" status="Tentatively Ready">
55
<title>Missing <i>Returns:</i> element in <tt>optional&lt;T&amp;&gt;::emplace</tt></title>
66
<section><sref ref="[optional.ref.assign]"/></section>
77
<submitter>Giuseppe D'Angelo</submitter>
@@ -15,6 +15,12 @@ is not specifying the returned value via a <i>Returns</i>: element; however the
1515
function does indeed return something (a <tt>T&amp;</tt>). Such a <i>Returns</i>: element is there
1616
for the primary template's `emplace` (cf. <sref ref="[optional.assign]"/>).
1717
</p>
18+
19+
<note>2025-08-27; Reflector poll</note>
20+
<p>
21+
Set status to Tentatively Ready after nine votes in favour during reflector poll.
22+
</p>
23+
1824
</discussion>
1925

2026
<resolution>

0 commit comments

Comments
 (0)