File tree Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =' 1.0' encoding =' utf-8' standalone =' no' ?>
2
2
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
3
3
4
- <issue num =" 4144" status =" New " >
4
+ <issue num =" 4144" status =" Tentatively Ready " >
5
5
<title >Disallow <code >unique_ptr< T& , D> </code ></title >
6
6
<section ><sref ref =" [unique.ptr.single.general]" /></section >
7
7
<submitter >Jonathan Wakely</submitter >
@@ -39,6 +39,12 @@ forbidding such types.
39
39
Discussion on the LWG reflector led to near-unanimous support for explicitly
40
40
disallowing these specializations for non-pointable types.
41
41
</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
+
42
48
</discussion >
43
49
44
50
<resolution >
Original file line number Diff line number Diff line change 1
1
<?xml version =' 1.0' encoding =' utf-8' standalone =' no' ?>
2
2
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
3
3
4
- <issue num =" 4169" status =" New " >
4
+ <issue num =" 4169" status =" Tentatively Ready " >
5
5
<title ><tt >std::atomic< T> </tt >'s default constructor should be constrained</title >
6
6
<section ><sref ref =" [atomics.types.operations]" /></section >
7
7
<submitter >Giuseppe D'Angelo</submitter >
@@ -52,6 +52,12 @@ which require completeness) it would be more appropriate to use a
52
52
constraint instead, so that <tt >std::atomic< T> </tt > is default constructible if
53
53
and only if <tt >T</tt > also is.
54
54
</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
+
55
61
</discussion >
56
62
57
63
<resolution >
Original file line number Diff line number Diff line change 1
1
<?xml version =' 1.0' encoding =' utf-8' standalone =' no' ?>
2
2
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
3
3
4
- <issue num =" 4170" status =" New " >
4
+ <issue num =" 4170" status =" Tentatively Ready " >
5
5
<title >`contiguous_iterator` should require `to_address(I{})`</title >
6
6
<section ><sref ref =" [iterator.concept.contiguous]" /></section >
7
7
<submitter >Casey Carter</submitter >
@@ -26,6 +26,12 @@ equality-preserving for `contiguous_iterator` arguments. Given this additional r
26
26
both hold, so the two types of empty ranges involving value-initialized iterators convert
27
27
to empty pointer ranges as desired.
28
28
</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
+
29
35
</discussion >
30
36
31
37
<resolution >
You can’t perform that action at this time.
0 commit comments