Skip to content

Commit 55898e6

Browse files
committed
Set 4144, 4169, and 4170 to Tentatively Ready
1 parent c513696 commit 55898e6

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

xml/issue4144.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="4144" status="New">
4+
<issue num="4144" status="Tentatively Ready">
55
<title>Disallow <code>unique_ptr&lt;T&amp;, D&gt;</code></title>
66
<section><sref ref="[unique.ptr.single.general]"/></section>
77
<submitter>Jonathan Wakely</submitter>
@@ -39,6 +39,12 @@ forbidding such types.
3939
Discussion on the LWG reflector led to near-unanimous support for explicitly
4040
disallowing these specializations for non-pointable types.
4141
</p>
42+
43+
<note>2024-11-13; Reflector poll</note>
44+
<p>
45+
Set status to Tentatively Ready after eight votes in favour during reflector poll.
46+
</p>
47+
4248
</discussion>
4349

4450
<resolution>

xml/issue4169.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="4169" status="New">
4+
<issue num="4169" status="Tentatively Ready">
55
<title><tt>std::atomic&lt;T&gt;</tt>'s default constructor should be constrained</title>
66
<section><sref ref="[atomics.types.operations]"/></section>
77
<submitter>Giuseppe D'Angelo</submitter>
@@ -52,6 +52,12 @@ which require completeness) it would be more appropriate to use a
5252
constraint instead, so that <tt>std::atomic&lt;T&gt;</tt> is default constructible if
5353
and only if <tt>T</tt> also is.
5454
</p>
55+
56+
<note>2024-11-13; Reflector poll</note>
57+
<p>
58+
Set status to Tentatively Ready after seven votes in favour during reflector poll.
59+
</p>
60+
5561
</discussion>
5662

5763
<resolution>

xml/issue4170.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="4170" status="New">
4+
<issue num="4170" status="Tentatively Ready">
55
<title>`contiguous_iterator` should require `to_address(I{})`</title>
66
<section><sref ref="[iterator.concept.contiguous]"/></section>
77
<submitter>Casey Carter</submitter>
@@ -26,6 +26,12 @@ equality-preserving for `contiguous_iterator` arguments. Given this additional r
2626
both hold, so the two types of empty ranges involving value-initialized iterators convert
2727
to empty pointer ranges as desired.
2828
</p>
29+
30+
<note>2024-11-13; Reflector poll</note>
31+
<p>
32+
Set status to Tentatively Ready after eight votes in favour during reflector poll.
33+
</p>
34+
2935
</discussion>
3036

3137
<resolution>

0 commit comments

Comments
 (0)