Skip to content

Commit 0bf72e9

Browse files
author
github-actions
committed
Automatic update from GitHub Actions workflow
1 parent 2cb62e7 commit 0bf72e9

37 files changed

+2515
-1631
lines changed

issue4232.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<title>Issue 4232: datapar::resize does not resize</title>
66
<meta property="og:title" content="Issue 4232: datapar::resize does not resize">
7-
<meta property="og:description" content="C++ library issue. Status: New">
7+
<meta property="og:description" content="C++ library issue. Status: Tentatively Ready">
88
<meta property="og:url" content="https://cplusplus.github.io/LWG/issue4232.html">
99
<meta property="og:type" content="website">
1010
<meta property="og:image" content="http://cplusplus.github.io/LWG/images/cpp_logo.png">
@@ -61,18 +61,25 @@
6161
</head>
6262
<body>
6363
<hr>
64-
<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>
64+
<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>
6565
<h3 id="4232"><a href="lwg-active.html#4232">4232</a>. <code class='backtick'>datapar::resize</code> does not resize</h3>
66-
<p><b>Section:</b> 29.10.4 <a href="https://wg21.link/simd.traits">[simd.traits]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
67-
<b>Submitter:</b> Tim Song <b>Opened:</b> 2025-03-24 <b>Last modified:</b> 2025-03-27</p>
66+
<p><b>Section:</b> 29.10.4 <a href="https://wg21.link/simd.traits">[simd.traits]</a> <b>Status:</b> <a href="lwg-active.html#Ready">Tentatively Ready</a>
67+
<b>Submitter:</b> Tim Song <b>Opened:</b> 2025-03-24 <b>Last modified:</b> 2025-06-12</p>
6868
<p><b>Priority: </b>Not Prioritized
6969
</p>
70-
<p><b>View all issues with</b> <a href="lwg-status.html#New">New</a> status.</p>
70+
<p><b>View all issues with</b> <a href="lwg-status.html#Tentatively Ready">Tentatively Ready</a> status.</p>
7171
<p><b>Discussion:</b></p>
7272
<p>
7373
The wording actually requires the size to be left unchanged.
7474
</p>
7575

76+
<p><i>[2025-06-12; Reflector poll]</i></p>
77+
78+
<p>
79+
Set status to Tentatively Ready after seven votes in favour during reflector poll.
80+
</p>
81+
82+
7683

7784
<p id="res-4232"><b>Proposed resolution:</b></p>
7885
<p>

issue4233.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
bool</title>
77
<meta property="og:title" content="Issue 4233: The helper lambda of std::erase for hive should specify return type as
88
bool">
9-
<meta property="og:description" content="C++ library issue. Status: New">
9+
<meta property="og:description" content="C++ library issue. Status: Tentatively Ready">
1010
<meta property="og:url" content="https://cplusplus.github.io/LWG/issue4233.html">
1111
<meta property="og:type" content="website">
1212
<meta property="og:image" content="http://cplusplus.github.io/LWG/images/cpp_logo.png">
@@ -63,14 +63,14 @@
6363
</head>
6464
<body>
6565
<hr>
66-
<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>
66+
<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>
6767
<h3 id="4233"><a href="lwg-active.html#4233">4233</a>. The helper lambda of <code>std::erase</code> for <code>hive</code> should specify return type as
6868
<code>bool</code></h3>
69-
<p><b>Section:</b> 23.3.9.6 <a href="https://wg21.link/hive.erasure">[hive.erasure]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
70-
<b>Submitter:</b> Hewill Kang <b>Opened:</b> 2025-03-24 <b>Last modified:</b> 2025-03-27</p>
69+
<p><b>Section:</b> 23.3.9.6 <a href="https://wg21.link/hive.erasure">[hive.erasure]</a> <b>Status:</b> <a href="lwg-active.html#Ready">Tentatively Ready</a>
70+
<b>Submitter:</b> Hewill Kang <b>Opened:</b> 2025-03-24 <b>Last modified:</b> 2025-06-12</p>
7171
<p><b>Priority: </b>Not Prioritized
7272
</p>
73-
<p><b>View all issues with</b> <a href="lwg-status.html#New">New</a> status.</p>
73+
<p><b>View all issues with</b> <a href="lwg-status.html#Tentatively Ready">Tentatively Ready</a> status.</p>
7474
<p><b>Discussion:</b></p>
7575
<p>
7676
This is a follow up to LWG <a href="lwg-defects.html#4135" title="The helper lambda of std::erase for list should specify return type as
@@ -79,6 +79,13 @@ <h3 id="4233"><a href="lwg-active.html#4233">4233</a>. The helper lambda of <cod
7979
which is editorial since the declaration already has it.
8080
</p>
8181

82+
<p><i>[2025-06-12; Reflector poll]</i></p>
83+
84+
<p>
85+
Set status to Tentatively Ready after seven votes in favour during reflector poll.
86+
</p>
87+
88+
8289

8390
<p id="res-4233"><b>Proposed resolution:</b></p>
8491
<p>

issue4234.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<title>Issue 4234: Including &lt;hive&gt; doesn't provide std::begin/end</title>
66
<meta property="og:title" content="Issue 4234: Including &lt;hive&gt; doesn't provide std::begin/end">
7-
<meta property="og:description" content="C++ library issue. Status: New">
7+
<meta property="og:description" content="C++ library issue. Status: Tentatively Ready">
88
<meta property="og:url" content="https://cplusplus.github.io/LWG/issue4234.html">
99
<meta property="og:type" content="website">
1010
<meta property="og:image" content="http://cplusplus.github.io/LWG/images/cpp_logo.png">
@@ -61,21 +61,28 @@
6161
</head>
6262
<body>
6363
<hr>
64-
<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>
64+
<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>
6565
<h3 id="4234"><a href="lwg-active.html#4234">4234</a>. Including <code>&lt;hive&gt;</code> doesn't provide <code>std::begin/end</code></h3>
66-
<p><b>Section:</b> 24.7 <a href="https://wg21.link/iterator.range">[iterator.range]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
67-
<b>Submitter:</b> Hewill Kang <b>Opened:</b> 2025-03-25 <b>Last modified:</b> 2025-03-27</p>
66+
<p><b>Section:</b> 24.7 <a href="https://wg21.link/iterator.range">[iterator.range]</a> <b>Status:</b> <a href="lwg-active.html#Ready">Tentatively Ready</a>
67+
<b>Submitter:</b> Hewill Kang <b>Opened:</b> 2025-03-25 <b>Last modified:</b> 2025-06-12</p>
6868
<p><b>Priority: </b>Not Prioritized
6969
</p>
7070
<p><b>View other</b> <a href="lwg-index-open.html#iterator.range">active issues</a> in [iterator.range].</p>
7171
<p><b>View all other</b> <a href="lwg-index.html#iterator.range">issues</a> in [iterator.range].</p>
72-
<p><b>View all issues with</b> <a href="lwg-status.html#New">New</a> status.</p>
72+
<p><b>View all issues with</b> <a href="lwg-status.html#Tentatively Ready">Tentatively Ready</a> status.</p>
7373
<p><b>Discussion:</b></p>
7474
<p>
7575
24.7 <a href="https://wg21.link/iterator.range">[iterator.range]</a> should add <code>&lt;hive&gt;</code> to the list as the latter provides
7676
a series of range access member functions such as <code>begin/end</code>.
7777
</p>
7878

79+
<p><i>[2025-06-12; Reflector poll]</i></p>
80+
81+
<p>
82+
Set status to Tentatively Ready after six votes in favour during reflector poll.
83+
</p>
84+
85+
7986

8087
<p id="res-4234"><b>Proposed resolution:</b></p>
8188
<p>

issue4235.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,22 @@
6464
<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>
6565
<h3 id="4235"><a href="lwg-active.html#4235">4235</a>. <code>cache_latest_view</code> and <code>to_input_view</code> miss <code>reserve_hint</code></h3>
6666
<p><b>Section:</b> 25.7.34.2 <a href="https://wg21.link/range.cache.latest.view">[range.cache.latest.view]</a>, 25.7.35.2 <a href="https://wg21.link/range.to.input.view">[range.to.input.view]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
67-
<b>Submitter:</b> Hewill Kang <b>Opened:</b> 2025-03-25 <b>Last modified:</b> 2025-03-27</p>
68-
<p><b>Priority: </b>Not Prioritized
67+
<b>Submitter:</b> Hewill Kang <b>Opened:</b> 2025-03-25 <b>Last modified:</b> 2025-06-12</p>
68+
<p><b>Priority: </b>2
6969
</p>
7070
<p><b>View all issues with</b> <a href="lwg-status.html#New">New</a> status.</p>
7171
<p><b>Discussion:</b></p>
7272
<p>
7373
Intuitively, both view classes should also have <code>reserve_hint</code> members.
7474
</p>
7575

76+
<p><i>[2025-06-12; Reflector poll]</i></p>
77+
78+
<p>
79+
Set priority to 2 after reflector poll.
80+
</p>
81+
82+
7683

7784
<p id="res-4235"><b>Proposed resolution:</b></p>
7885
<p>

issue4236.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<title>Issue 4236: chunk_view::outer-iterator::value_type should provide reserve_hint</title>
66
<meta property="og:title" content="Issue 4236: chunk_view::outer-iterator::value_type should provide reserve_hint">
7-
<meta property="og:description" content="C++ library issue. Status: New">
7+
<meta property="og:description" content="C++ library issue. Status: Tentatively Ready">
88
<meta property="og:url" content="https://cplusplus.github.io/LWG/issue4236.html">
99
<meta property="og:type" content="website">
1010
<meta property="og:image" content="http://cplusplus.github.io/LWG/images/cpp_logo.png">
@@ -61,15 +61,15 @@
6161
</head>
6262
<body>
6363
<hr>
64-
<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>
64+
<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>
6565
<h3 id="4236"><a href="lwg-active.html#4236">4236</a>. <code>chunk_view::<i>outer-iterator</i>::value_type</code> should provide <code>reserve_hint</code></h3>
66-
<p><b>Section:</b> 25.7.29.4 <a href="https://wg21.link/range.chunk.outer.value">[range.chunk.outer.value]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
67-
<b>Submitter:</b> Hewill Kang <b>Opened:</b> 2025-03-26 <b>Last modified:</b> 2025-03-29</p>
66+
<p><b>Section:</b> 25.7.29.4 <a href="https://wg21.link/range.chunk.outer.value">[range.chunk.outer.value]</a> <b>Status:</b> <a href="lwg-active.html#Ready">Tentatively Ready</a>
67+
<b>Submitter:</b> Hewill Kang <b>Opened:</b> 2025-03-26 <b>Last modified:</b> 2025-06-12</p>
6868
<p><b>Priority: </b>Not Prioritized
6969
</p>
7070
<p><b>View other</b> <a href="lwg-index-open.html#range.chunk.outer.value">active issues</a> in [range.chunk.outer.value].</p>
7171
<p><b>View all other</b> <a href="lwg-index.html#range.chunk.outer.value">issues</a> in [range.chunk.outer.value].</p>
72-
<p><b>View all issues with</b> <a href="lwg-status.html#New">New</a> status.</p>
72+
<p><b>View all issues with</b> <a href="lwg-status.html#Tentatively Ready">Tentatively Ready</a> status.</p>
7373
<p><b>Discussion:</b></p>
7474
<p>
7575
Consider:
@@ -92,6 +92,13 @@ <h3 id="4236"><a href="lwg-active.html#4236">4236</a>. <code>chunk_view::<i>oute
9292
<code>reserve_hint</code> as <code>take_view</code> unconditionally provides it.
9393
</p>
9494

95+
<p><i>[2025-06-12; Reflector poll]</i></p>
96+
97+
<p>
98+
Set status to Tentatively Ready after five votes in favour during reflector poll.
99+
</p>
100+
101+
95102

96103
<p id="res-4236"><b>Proposed resolution:</b></p>
97104
<p>

issue4237.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
<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>
6565
<h3 id="4237"><a href="lwg-active.html#4237">4237</a>. The standard library iterator adaptor does not handle <code>iterator_category</code> correctly</h3>
6666
<p><b>Section:</b> 24.5.3.3 <a href="https://wg21.link/const.iterators.iterator">[const.iterators.iterator]</a>, 25.7 <a href="https://wg21.link/range.adaptors">[range.adaptors]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
67-
<b>Submitter:</b> Hewill Kang <b>Opened:</b> 2025-03-27 <b>Last modified:</b> 2025-03-29</p>
68-
<p><b>Priority: </b>Not Prioritized
67+
<b>Submitter:</b> Hewill Kang <b>Opened:</b> 2025-03-27 <b>Last modified:</b> 2025-06-12</p>
68+
<p><b>Priority: </b>3
6969
</p>
7070
<p><b>View other</b> <a href="lwg-index-open.html#const.iterators.iterator">active issues</a> in [const.iterators.iterator].</p>
7171
<p><b>View all other</b> <a href="lwg-index.html#const.iterators.iterator">issues</a> in [const.iterators.iterator].</p>
@@ -121,6 +121,13 @@ <h3 id="4237"><a href="lwg-active.html#4237">4237</a>. The standard library iter
121121
<a href="lwg-defects.html#3749" title="common_iterator should handle integer-class difference types (Status: WP)">3749</a><sup><a href="https://cplusplus.github.io/LWG/issue3749" title="Latest snapshot">(i)</a></sup> has been resolved.
122122
</p>
123123

124+
<p><i>[2025-06-12; Reflector poll]</i></p>
125+
126+
<p>
127+
Set priority to 3 after reflector poll.
128+
</p>
129+
130+
124131

125132
<p id="res-4237"><b>Proposed resolution:</b></p>
126133

issue4238.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
<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>
6565
<h3 id="4238"><a href="lwg-active.html#4238">4238</a>. <code>simd_mask&lt;complex&lt;double&gt;&gt;::operator+/-/~</code> return a disabled <code class='backtick'>simd</code> specialization</h3>
6666
<p><b>Section:</b> 29.10.8.4 <a href="https://wg21.link/simd.mask.unary">[simd.mask.unary]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
67-
<b>Submitter:</b> Matthias Kretz <b>Opened:</b> 2025-03-27 <b>Last modified:</b> 2025-03-29</p>
68-
<p><b>Priority: </b>Not Prioritized
67+
<b>Submitter:</b> Matthias Kretz <b>Opened:</b> 2025-03-27 <b>Last modified:</b> 2025-06-12</p>
68+
<p><b>Priority: </b>1
6969
</p>
7070
<p><b>View all issues with</b> <a href="lwg-status.html#New">New</a> status.</p>
7171
<p><b>Discussion:</b></p>
@@ -105,6 +105,13 @@ <h3 id="4238"><a href="lwg-active.html#4238">4238</a>. <code>simd_mask&lt;comple
105105
(closest to the status quo)</p></li>
106106
</ol>
107107

108+
<p><i>[2025-06-12; Reflector poll]</i></p>
109+
110+
<p>
111+
Set priority to 1 after reflector poll.
112+
</p>
113+
114+
108115

109116
<p id="res-4238"><b>Proposed resolution:</b></p>
110117
<p>

issue4240.html

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
<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>
6565
<h3 id="4240"><a href="lwg-active.html#4240">4240</a>. The formattable type is not a <code>formattable</code> type</h3>
6666
<p><b>Section:</b> 28.5.6.3 <a href="https://wg21.link/format.formattable">[format.formattable]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
67-
<b>Submitter:</b> Hewill Kang <b>Opened:</b> 2025-04-06 <b>Last modified:</b> 2025-04-06</p>
68-
<p><b>Priority: </b>Not Prioritized
67+
<b>Submitter:</b> Hewill Kang <b>Opened:</b> 2025-04-06 <b>Last modified:</b> 2025-06-12</p>
68+
<p><b>Priority: </b>2
6969
</p>
7070
<p><b>View other</b> <a href="lwg-index-open.html#format.formattable">active issues</a> in [format.formattable].</p>
7171
<p><b>View all other</b> <a href="lwg-index.html#format.formattable">issues</a> in [format.formattable].</p>
@@ -176,6 +176,17 @@ <h3 id="4240"><a href="lwg-active.html#4240">4240</a>. The formattable type is n
176176
I think we should ensure that <code>color</code> is <code>formattable</code>, because it is formattable.
177177
</p>
178178

179+
<p><i>[2025-06-12; Reflector poll]</i></p>
180+
181+
<p>
182+
Set priority to 2 after reflector poll.
183+
</p>
184+
<p>
185+
"This change would prevent future evolution of the API."
186+
"Maybe <code class='backtick'>formatter</code> is not useful and <code class='backtick'>formattable_with</code> should always be used."
187+
</p>
188+
189+
179190

180191
<p id="res-4240"><b>Proposed resolution:</b></p>
181192
<p>

issue4242.html

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<title>Issue 4242: ranges::distance does not work with volatile iterators</title>
66
<meta property="og:title" content="Issue 4242: ranges::distance does not work with volatile iterators">
7-
<meta property="og:description" content="C++ library issue. Status: New">
7+
<meta property="og:description" content="C++ library issue. Status: Tentatively Ready">
88
<meta property="og:url" content="https://cplusplus.github.io/LWG/issue4242.html">
99
<meta property="og:type" content="website">
1010
<meta property="og:image" content="http://cplusplus.github.io/LWG/images/cpp_logo.png">
@@ -61,14 +61,14 @@
6161
</head>
6262
<body>
6363
<hr>
64-
<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>
64+
<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>
6565
<h3 id="4242"><a href="lwg-active.html#4242">4242</a>. <code class='backtick'>ranges::distance</code> does not work with volatile iterators</h3>
66-
<p><b>Section:</b> 24.4.4.3 <a href="https://wg21.link/range.iter.op.distance">[range.iter.op.distance]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
67-
<b>Submitter:</b> Hewill Kang <b>Opened:</b> 2025-04-12 <b>Last modified:</b> 2025-04-13</p>
66+
<p><b>Section:</b> 24.4.4.3 <a href="https://wg21.link/range.iter.op.distance">[range.iter.op.distance]</a> <b>Status:</b> <a href="lwg-active.html#Ready">Tentatively Ready</a>
67+
<b>Submitter:</b> Hewill Kang <b>Opened:</b> 2025-04-12 <b>Last modified:</b> 2025-06-12</p>
6868
<p><b>Priority: </b>Not Prioritized
6969
</p>
7070
<p><b>View all other</b> <a href="lwg-index.html#range.iter.op.distance">issues</a> in [range.iter.op.distance].</p>
71-
<p><b>View all issues with</b> <a href="lwg-status.html#New">New</a> status.</p>
71+
<p><b>View all issues with</b> <a href="lwg-status.html#Tentatively Ready">Tentatively Ready</a> status.</p>
7272
<p><b>Discussion:</b></p>
7373
<p>
7474
After LWG <a href="lwg-defects.html#3664" title="LWG 3392 broke std::ranges::distance(a, a+3) (Status: C++23)">3664</a><sup><a href="https://cplusplus.github.io/LWG/issue3664" title="Latest snapshot">(i)</a></sup>, <code class='backtick'>ranges::distance</code> computes the distance between <code class='backtick'>last</code> and <code class='backtick'>first</code>
@@ -90,6 +90,14 @@ <h3 id="4242"><a href="lwg-active.html#4242">4242</a>. <code class='backtick'>ra
9090
The resolution changes the <i>Effects</i> of LWG <a href="lwg-defects.html#3664" title="LWG 3392 broke std::ranges::distance(a, a+3) (Status: C++23)">3664</a><sup><a href="https://cplusplus.github.io/LWG/issue3664" title="Latest snapshot">(i)</a></sup> from "cute" to "noncute".
9191
</p>
9292

93+
<p><i>[2025-06-12; Reflector poll]</i></p>
94+
95+
<p>
96+
Set status to Tentatively Ready after eight votes in favour during reflector poll.
97+
</p>
98+
<p>"Would prefer <code class='backtick'>auto(first)</code> but the current wording is correct."</p>
99+
100+
93101

94102
<p id="res-4242"><b>Proposed resolution:</b></p>
95103
<p>

issue4243.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
<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>
6565
<h3 id="4243"><a href="lwg-active.html#4243">4243</a>. <code class='backtick'>as_bytes</code>/<code class='backtick'>as_writable_bytes</code> is broken with <code>span&lt;volatile T&gt;</code></h3>
6666
<p><b>Section:</b> 23.7.2.3 <a href="https://wg21.link/span.objectrep">[span.objectrep]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
67-
<b>Submitter:</b> Hewill Kang <b>Opened:</b> 2025-04-12 <b>Last modified:</b> 2025-04-21</p>
68-
<p><b>Priority: </b>Not Prioritized
67+
<b>Submitter:</b> Hewill Kang <b>Opened:</b> 2025-04-12 <b>Last modified:</b> 2025-06-12</p>
68+
<p><b>Priority: </b>4
6969
</p>
7070
<p><b>View all issues with</b> <a href="lwg-status.html#New">New</a> status.</p>
7171
<p><b>Discussion:</b></p>
@@ -164,6 +164,13 @@ <h3 id="4243"><a href="lwg-active.html#4243">4243</a>. <code class='backtick'>as
164164
support for <code class='backtick'>volatile</code>.
165165
</p>
166166

167+
<p><i>[2025-06-12; Reflector poll]</i></p>
168+
169+
<p>
170+
Set priority to 4 after reflector poll.
171+
</p>
172+
173+
167174

168175
<p id="res-4243"><b>Proposed resolution:</b></p>
169176
<p>

0 commit comments

Comments
 (0)