Skip to content

Commit 29df038

Browse files
committed
Added more comments from reflector prioritisation thread
1 parent b4b336f commit 29df038

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

xml/issue4125.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,14 @@ only requires the underlying iterator to be <code>input_iterator</code> which ma
3333
<note>2024-08-02; Reflector poll</note>
3434
<p>
3535
Set priority to 3 after reflector poll.
36-
Five P0 (tentatively rady) votes but one for NAD:
36+
Six P0 (tentatively ready) votes but one for NAD:
3737
"design change, needs paper. Not constraining this seems to be intended by
3838
<paper num="p2325r3"/>. Even if we want to constrain it,
3939
why `default_initializable` rather than just `is_constructible_v`?"
40+
Author of <paper num="p2325r3"/> had no such intent and voted P0.
41+
Issue submitter used `default_initializable` to align with `forward_iterator`
42+
requirements, but would not object to implementers using `is_constructible_v`
43+
for backported DRs.
4044
</p>
4145

4246
</discussion>

0 commit comments

Comments
 (0)