Skip to content

Commit

Permalink
Automatic update from GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 13, 2024
1 parent 73ad1a7 commit 6941e94
Show file tree
Hide file tree
Showing 24 changed files with 894 additions and 554 deletions.
17 changes: 12 additions & 5 deletions issue4144.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>Issue 4144: Disallow unique_ptr&lt;T&amp;, D&gt;</title>
<meta property="og:title" content="Issue 4144: Disallow unique_ptr&lt;T&amp;, D&gt;">
<meta property="og:description" content="C++ library issue. Status: New">
<meta property="og:description" content="C++ library issue. Status: Tentatively Ready">
<meta property="og:url" content="https://cplusplus.github.io/LWG/issue4144.html">
<meta property="og:type" content="website">
<meta property="og:image" content="http://cplusplus.github.io/LWG/images/cpp_logo.png">
Expand Down Expand Up @@ -61,14 +61,14 @@
</head>
<body>
<hr>
<p><em>This page is a snapshot from the LWG issues list, see the <a href="lwg-active.html">Library Active Issues List</a> for more information and the meaning of <a href="lwg-active.html#New">New</a> status.</em></p>
<p><em>This page is a snapshot from the LWG issues list, see the <a href="lwg-active.html">Library Active Issues List</a> for more information and the meaning of <a href="lwg-active.html#Ready">Tentatively Ready</a> status.</em></p>
<h3 id="4144"><a href="lwg-active.html#4144">4144</a>. Disallow <code>unique_ptr&lt;T&amp;, D&gt;</code></h3>
<p><b>Section:</b> 20.3.1.3.1 <a href="https://wg21.link/unique.ptr.single.general">[unique.ptr.single.general]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
<b>Submitter:</b> Jonathan Wakely <b>Opened:</b> 2024-08-30 <b>Last modified:</b> 2024-08-31</p>
<p><b>Section:</b> 20.3.1.3.1 <a href="https://wg21.link/unique.ptr.single.general">[unique.ptr.single.general]</a> <b>Status:</b> <a href="lwg-active.html#Ready">Tentatively Ready</a>
<b>Submitter:</b> Jonathan Wakely <b>Opened:</b> 2024-08-30 <b>Last modified:</b> 2024-11-13</p>
<p><b>Priority: </b>Not Prioritized
</p>
<p><b>View all other</b> <a href="lwg-index.html#unique.ptr.single.general">issues</a> in [unique.ptr.single.general].</p>
<p><b>View all issues with</b> <a href="lwg-status.html#New">New</a> status.</p>
<p><b>View all issues with</b> <a href="lwg-status.html#Tentatively Ready">Tentatively Ready</a> status.</p>
<p><b>Discussion:</b></p>
<p>
It seems that we currently allow nonsensical specializations of <code class='backtick'>unique_ptr</code>
Expand Down Expand Up @@ -101,6 +101,13 @@ <h3 id="4144"><a href="lwg-active.html#4144">4144</a>. Disallow <code>unique_ptr
disallowing these specializations for non-pointable types.
</p>

<p><i>[2024-11-13; Reflector poll]</i></p>

<p>
Set status to Tentatively Ready after eight votes in favour during reflector poll.
</p>



<p id="res-4144"><b>Proposed resolution:</b></p>
<p>
Expand Down
17 changes: 12 additions & 5 deletions issue4169.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>Issue 4169: std::atomic&lt;T&gt;'s default constructor should be constrained</title>
<meta property="og:title" content="Issue 4169: std::atomic&lt;T&gt;'s default constructor should be constrained">
<meta property="og:description" content="C++ library issue. Status: New">
<meta property="og:description" content="C++ library issue. Status: Tentatively Ready">
<meta property="og:url" content="https://cplusplus.github.io/LWG/issue4169.html">
<meta property="og:type" content="website">
<meta property="og:image" content="http://cplusplus.github.io/LWG/images/cpp_logo.png">
Expand Down Expand Up @@ -61,15 +61,15 @@
</head>
<body>
<hr>
<p><em>This page is a snapshot from the LWG issues list, see the <a href="lwg-active.html">Library Active Issues List</a> for more information and the meaning of <a href="lwg-active.html#New">New</a> status.</em></p>
<p><em>This page is a snapshot from the LWG issues list, see the <a href="lwg-active.html">Library Active Issues List</a> for more information and the meaning of <a href="lwg-active.html#Ready">Tentatively Ready</a> status.</em></p>
<h3 id="4169"><a href="lwg-active.html#4169">4169</a>. <code>std::atomic&lt;T&gt;</code>'s default constructor should be constrained</h3>
<p><b>Section:</b> 32.5.8.2 <a href="https://wg21.link/atomics.types.operations">[atomics.types.operations]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
<b>Submitter:</b> Giuseppe D'Angelo <b>Opened:</b> 2024-10-15 <b>Last modified:</b> 2024-10-31</p>
<p><b>Section:</b> 32.5.8.2 <a href="https://wg21.link/atomics.types.operations">[atomics.types.operations]</a> <b>Status:</b> <a href="lwg-active.html#Ready">Tentatively Ready</a>
<b>Submitter:</b> Giuseppe D'Angelo <b>Opened:</b> 2024-10-15 <b>Last modified:</b> 2024-11-13</p>
<p><b>Priority: </b>Not Prioritized
</p>
<p><b>View other</b> <a href="lwg-index-open.html#atomics.types.operations">active issues</a> in [atomics.types.operations].</p>
<p><b>View all other</b> <a href="lwg-index.html#atomics.types.operations">issues</a> in [atomics.types.operations].</p>
<p><b>View all issues with</b> <a href="lwg-status.html#New">New</a> status.</p>
<p><b>View all issues with</b> <a href="lwg-status.html#Tentatively Ready">Tentatively Ready</a> status.</p>
<p><b>Discussion:</b></p>
<p>
The current wording for <code class='backtick'>std::atomic</code>'s default constructor in
Expand Down Expand Up @@ -115,6 +115,13 @@ <h3 id="4169"><a href="lwg-active.html#4169">4169</a>. <code>std::atomic&lt;T&gt
and only if <code>T</code> also is.
</p>

<p><i>[2024-11-13; Reflector poll]</i></p>

<p>
Set status to Tentatively Ready after seven votes in favour during reflector poll.
</p>



<p id="res-4169"><b>Proposed resolution:</b></p>
<p>
Expand Down
17 changes: 12 additions & 5 deletions issue4170.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>Issue 4170: contiguous_iterator should require to_address(I{})</title>
<meta property="og:title" content="Issue 4170: contiguous_iterator should require to_address(I{})">
<meta property="og:description" content="C++ library issue. Status: New">
<meta property="og:description" content="C++ library issue. Status: Tentatively Ready">
<meta property="og:url" content="https://cplusplus.github.io/LWG/issue4170.html">
<meta property="og:type" content="website">
<meta property="og:image" content="http://cplusplus.github.io/LWG/images/cpp_logo.png">
Expand Down Expand Up @@ -61,14 +61,14 @@
</head>
<body>
<hr>
<p><em>This page is a snapshot from the LWG issues list, see the <a href="lwg-active.html">Library Active Issues List</a> for more information and the meaning of <a href="lwg-active.html#New">New</a> status.</em></p>
<p><em>This page is a snapshot from the LWG issues list, see the <a href="lwg-active.html">Library Active Issues List</a> for more information and the meaning of <a href="lwg-active.html#Ready">Tentatively Ready</a> status.</em></p>
<h3 id="4170"><a href="lwg-active.html#4170">4170</a>. <code class='backtick'>contiguous_iterator</code> should require <code class='backtick'>to_address(I{})</code></h3>
<p><b>Section:</b> 24.3.4.14 <a href="https://wg21.link/iterator.concept.contiguous">[iterator.concept.contiguous]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
<b>Submitter:</b> Casey Carter <b>Opened:</b> 2024-11-01 <b>Last modified:</b> 2024-11-01</p>
<p><b>Section:</b> 24.3.4.14 <a href="https://wg21.link/iterator.concept.contiguous">[iterator.concept.contiguous]</a> <b>Status:</b> <a href="lwg-active.html#Ready">Tentatively Ready</a>
<b>Submitter:</b> Casey Carter <b>Opened:</b> 2024-11-01 <b>Last modified:</b> 2024-11-13</p>
<p><b>Priority: </b>Not Prioritized
</p>
<p><b>View all other</b> <a href="lwg-index.html#iterator.concept.contiguous">issues</a> in [iterator.concept.contiguous].</p>
<p><b>View all issues with</b> <a href="lwg-status.html#New">New</a> status.</p>
<p><b>View all issues with</b> <a href="lwg-status.html#Tentatively Ready">Tentatively Ready</a> status.</p>
<p><b>Discussion:</b></p>
<p>
The design intent of the <code class='backtick'>contiguous_iterator</code> concept is that iterators can be converted
Expand All @@ -88,6 +88,13 @@ <h3 id="4170"><a href="lwg-active.html#4170">4170</a>. <code class='backtick'>co
to empty pointer ranges as desired.
</p>

<p><i>[2024-11-13; Reflector poll]</i></p>

<p>
Set status to Tentatively Ready after eight votes in favour during reflector poll.
</p>



<p id="res-4170"><b>Proposed resolution:</b></p>
<p>
Expand Down
Loading

0 comments on commit 6941e94

Please sign in to comment.