Skip to content

Commit b344346

Browse files
committed
Set 4396 to LEWG/P3
1 parent f0be308 commit b344346

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

xml/issue4396.xml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version='1.0' encoding='utf-8' standalone='no'?>
22
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
33

4-
<issue num="4396" status="New">
4+
<issue num="4396" status="LEWG">
55
<title>Improve <code>inplace_vector(from_range_t, R&amp;&amp; rg)</code></title>
66
<section><sref ref="[sequence.reqmts]"/><sref ref="[inplace.vector.cons]"/></section>
77
<submitter>Hewill Kang</submitter>
88
<date>01 Oct 2025</date>
9-
<priority>99</priority>
9+
<priority>3</priority>
1010

1111
<discussion>
1212
<p>
@@ -24,6 +24,16 @@ capacity of `inplace_vector`. However, we should reject it at compile time since
2424
Given that we do a lot of compile-time size checking in <code>&lt;simd&gt;</code>,
2525
it's worth applying that here as well. Compile-time errors are better than runtime ones.
2626
</p>
27+
28+
<note>Reflector pool 2025-10-22; Status changed: New &rarr; LEWG and P3.</note>
29+
<p>
30+
General support for change, after LEWG approval.
31+
</p>
32+
<p>
33+
Suggestion was made that this could be extended to all containers,
34+
but is unlikely to be triggred in real word, as it requires ranges
35+
with static size greater than `size_t(-1)`.
36+
</p>
2737
</discussion>
2838

2939
<resolution>

0 commit comments

Comments
 (0)