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 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< T& , D> </code ></title >
66<section ><sref ref =" [unique.ptr.single.general]" /></section >
77<submitter >Jonathan Wakely</submitter >
@@ -39,6 +39,12 @@ forbidding such types.
3939Discussion on the LWG reflector led to near-unanimous support for explicitly
4040disallowing 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 >
Original file line number Diff line number Diff line change 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< T> </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
5252constraint instead, so that <tt >std::atomic< T> </tt > is default constructible if
5353and 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 >
Original file line number Diff line number Diff line change 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
2626both hold, so the two types of empty ranges involving value-initialized iterators convert
2727to 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 >
You can’t perform that action at this time.
0 commit comments