Skip to content

Commit 88fa8a2

Browse files
committed
Set 4386 to P3
1 parent aa75133 commit 88fa8a2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

xml/issue4386.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</section>
1010
<submitter>Hewill Kang</submitter>
1111
<date>27 Sep 2025</date>
12-
<priority>99</priority>
12+
<priority>3</priority>
1313

1414
<discussion>
1515
<p>
@@ -20,6 +20,16 @@ Given that it seems intended to work with `basic_vec`, `basic_mask`, or vectoriz
2020
requiring `T` and `U` to be copyable seems reasonable since they are trivially copyable.
2121
It shouldn't take non-copyable objects and produce hard errors in the function body.
2222
</p>
23+
24+
<note>2025-10-22; Reflector poll.</note>
25+
<p>
26+
Set priority to 3 after reflector poll.
27+
</p>
28+
<p>
29+
Split opinion between further pinning down exact condition (<tt>is_constructible_v</tt>,
30+
<tt>decltype(auto(c ? a : b))</tt>), and accepting the PR (<tt>copyable</tt>) as this is
31+
not meant to be generic facility.
32+
</p>
2333
</discussion>
2434

2535
<resolution>

0 commit comments

Comments
 (0)