Skip to content

Commit 15a38ee

Browse files
committed
Set 4390 to LEWG and defaulted priority to P4
1 parent 9b05651 commit 15a38ee

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

xml/issue4390.xml

Lines changed: 13 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="4390" status="New">
4+
<issue num="4390" status="LEWG">
55
<title><code>simd::basic_vec(U&amp;&amp;)</code> default template parameter</title>
66
<section><sref ref="[simd.ctor]"/></section>
77
<submitter>Hewill Kang</submitter>
88
<date>29 Sep 2025</date>
9-
<priority>99</priority>
9+
<priority>4</priority>
1010

1111
<discussion>
1212
<p>
@@ -17,6 +17,17 @@ intuitive spelling:
1717
<pre>
1818
simd::vec&lt;complex&lt;double&gt;&gt; sc1 ({-1.0, 0.5}); // <span style="color:#C80000;font-weight:bold">current ill-formed</span>
1919
simd::vec&lt;complex&lt;double&gt;&gt; sc2 = {{-1.0, 0.5}}; // <span style="color:#C80000;font-weight:bold">current ill-formed</span></pre>
20+
21+
<note>Reflector pool 2025-10-22; Status changed: New &rarr; LEWG writh priority 4.</note>
22+
23+
<p>
24+
This narrows desing space wrt using braces to initialization
25+
of <tt>basic_vec</tt>, espcially if we allo user-defined types.
26+
</p>
27+
<p>
28+
<iref ref="4230"/> address thsi by allowing
29+
<tt>vec&lt;complex&lt;double&gt;&gt;(1., 1.);</tt>
30+
</p>
2031
</discussion>
2132

2233
<resolution>

0 commit comments

Comments
 (0)