Skip to content

Commit c0bfd71

Browse files
committed
Move 3625 and 4387 to Open, add notes about being resolved by P3016R6
1 parent 5e02b4b commit c0bfd71

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

xml/issue3625.xml

Lines changed: 8 additions & 2 deletions
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="3625" status="New">
4+
<issue num="3625" status="Open">
55
<title>Should <tt>&lt;stacktrace&gt;</tt> provide range access function templates?</title>
66
<section><sref ref="[stacktrace.syn]"/><sref ref="[iterator.range]"/></section>
77
<submitter>Jiang An</submitter>
@@ -26,11 +26,17 @@ This issue is related to LWG <iref ref="3624"/>.
2626
Set priority to 3 after reflector poll.
2727
</p>
2828

29+
<note>2025-10-07; Status &rarr; Open</note>
30+
<p>
31+
This will be resolved by <paper num="P3016R6"/>.
32+
The <tt>&lt;initializer_list&gt;</tt> part is covered by <iref ref="3624"/>.
33+
</p>
34+
2935
</discussion>
3036

3137
<resolution>
3238
<p>
33-
This wording is relative to <a href="https://wg21.link/n4901">N4901</a>.
39+
This wording is relative to <paper num="n4901"/>.
3440
</p>
3541

3642
<blockquote class="note">

xml/issue4387.xml

Lines changed: 8 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="4387" status="New">
4+
<issue num="4387" status="Open">
55
<title>Including <tt>&lt;stacktrace&gt;</tt> doesn't provide `std::begin/end`
66
</title>
77
<section>
@@ -20,6 +20,13 @@ and a const-qualified sequence container, with members `begin`/`end`, `rbegin`/`
2020
Thus, it's worth making the corresponding free functions available when introducing
2121
<code>&lt;stacktrace&gt;</code>, just like other containers.
2222
</p>
23+
24+
<note>2025-10-07; Reflector poll</note>
25+
<p>
26+
Approved as Tentatively Ready, but this is a duplicate of <iref ref="3625"/>
27+
which will be resolved by <paper num="P3016R6"/>. So move Status &rarr; Open.
28+
</p>
29+
2330
</discussion>
2431

2532
<resolution>

0 commit comments

Comments
 (0)