Skip to content

Commit 70d003c

Browse files
committed
Make 4318 Tentatively Ready after reflector poll
1 parent 8a5f52c commit 70d003c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

xml/issue4318.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='utf-8' standalone='no'?>
22
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
33

4-
<issue num="4318" status="New">
4+
<issue num="4318" status="Tentatively Ready">
55
<title>Have `hive::erase_if` reevaluate `end()` to avoid UB</title>
66
<section>
77
<sref ref="[hive.erasure]"/>
@@ -18,6 +18,12 @@ For <sref ref="[hive.erasure]"/> p2, the defining code must not cache the end-it
1818
element of the sequence is removed, the past-the-end iterator will be invalidated. This will trigger UB
1919
in the loop condition. Instead, re-evaluate `end()` each time.
2020
</p>
21+
22+
<note>2025-08-29; Reflector poll</note>
23+
<p>
24+
Set status to Tentatively Ready after five votes in favour during reflector poll.
25+
</p>
26+
2127
</discussion>
2228

2329
<resolution>

0 commit comments

Comments
 (0)