File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 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&& )</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 >
1818simd::vec< complex< double>> sc1 ({-1.0, 0.5}); // <span style =" color:#C80000;font-weight:bold" >current ill-formed</span >
1919simd::vec< complex< double>> sc2 = {{-1.0, 0.5}}; // <span style =" color:#C80000;font-weight:bold" >current ill-formed</span ></pre >
20+
21+ <note >2025-10-22; Reflector poll. Status changed: New → LEWG with priority 4.</note >
22+
23+ <p >
24+ This narrows design space wrt using braces for initialization
25+ of <tt >basic_vec</tt >, especially if we allow user-defined types.
26+ </p >
27+ <p >
28+ LWG <iref ref =" 4230" /> would address this by allowing
29+ <tt >vec< complex< double>> (1., 1.);</tt >
30+ </p >
2031</discussion >
2132
2233<resolution >
You can’t perform that action at this time.
0 commit comments