Skip to content

Commit f3ee333

Browse files
committed
Set 4396 to LEWG/P3
1 parent 2503372 commit f3ee333

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
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>2025-10-22; Reflector poll. 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>

xml/issue4420.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ where <tt>float</tt> to <tt>float16_t</tt> and similar conversion are not suppor
7070
</p>
7171
<p>
7272
It was pointed out that similar issues happen for <tt>complex&lt;float16_t&gt;</tt>.
73-
There seem to be mismatch between language initialization rules and they intended
73+
There seem to be mismatch between language initialization rules and the intended
7474
usage based on library API.
7575
</p>
7676
</discussion>

0 commit comments

Comments
 (0)