Skip to content

Commit

Permalink
Set 4144, 4169, and 4170 to Tentatively Ready
Browse files Browse the repository at this point in the history
  • Loading branch information
jwakely committed Nov 13, 2024
1 parent c513696 commit 55898e6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
8 changes: 7 additions & 1 deletion xml/issue4144.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8' standalone='no'?>
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">

<issue num="4144" status="New">
<issue num="4144" status="Tentatively Ready">
<title>Disallow <code>unique_ptr&lt;T&amp;, D&gt;</code></title>
<section><sref ref="[unique.ptr.single.general]"/></section>
<submitter>Jonathan Wakely</submitter>
Expand Down Expand Up @@ -39,6 +39,12 @@ forbidding such types.
Discussion on the LWG reflector led to near-unanimous support for explicitly
disallowing these specializations for non-pointable types.
</p>

<note>2024-11-13; Reflector poll</note>
<p>
Set status to Tentatively Ready after eight votes in favour during reflector poll.
</p>

</discussion>

<resolution>
Expand Down
8 changes: 7 additions & 1 deletion xml/issue4169.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8' standalone='no'?>
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">

<issue num="4169" status="New">
<issue num="4169" status="Tentatively Ready">
<title><tt>std::atomic&lt;T&gt;</tt>'s default constructor should be constrained</title>
<section><sref ref="[atomics.types.operations]"/></section>
<submitter>Giuseppe D'Angelo</submitter>
Expand Down Expand Up @@ -52,6 +52,12 @@ which require completeness) it would be more appropriate to use a
constraint instead, so that <tt>std::atomic&lt;T&gt;</tt> is default constructible if
and only if <tt>T</tt> also is.
</p>

<note>2024-11-13; Reflector poll</note>
<p>
Set status to Tentatively Ready after seven votes in favour during reflector poll.
</p>

</discussion>

<resolution>
Expand Down
8 changes: 7 additions & 1 deletion xml/issue4170.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8' standalone='no'?>
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">

<issue num="4170" status="New">
<issue num="4170" status="Tentatively Ready">
<title>`contiguous_iterator` should require `to_address(I{})`</title>
<section><sref ref="[iterator.concept.contiguous]"/></section>
<submitter>Casey Carter</submitter>
Expand All @@ -26,6 +26,12 @@ equality-preserving for `contiguous_iterator` arguments. Given this additional r
both hold, so the two types of empty ranges involving value-initialized iterators convert
to empty pointer ranges as desired.
</p>

<note>2024-11-13; Reflector poll</note>
<p>
Set status to Tentatively Ready after eight votes in favour during reflector poll.
</p>

</discussion>

<resolution>
Expand Down

0 comments on commit 55898e6

Please sign in to comment.