Skip to content

Commit a6fc5f6

Browse files
tomaszkamjwakely
authored andcommitted
Set priority of 4314 to P2
1 parent 4014c1f commit a6fc5f6

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

xml/issue4314.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</section>
99
<submitter>Luc Grosheintz</submitter>
1010
<date>13 Aug 2025</date>
11-
<priority>99</priority>
11+
<priority>2</priority>
1212

1313
<discussion>
1414
<p>
@@ -71,6 +71,19 @@ This inconsistency was noticed while fixing
7171
<a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121061">PR121061</a>
7272
and these changes have been applied to all layout mappings implemented in libstdc++.
7373
</p>
74+
75+
<note>2025-10-21; Reflector poll.</note>
76+
<p>
77+
Set priority to 2 after reflector poll.
78+
</p>
79+
<p>
80+
The resolution bypasses <tt>extents_type::<i>index-cast</i></tt> that would
81+
validate if input value is representable.
82+
</p>
83+
<p>
84+
We should require convertibility without regard to const and
85+
value category.
86+
</p>
7487
</discussion>
7588

7689
<resolution>

0 commit comments

Comments
 (0)