Skip to content

Commit 0e99b1b

Browse files
committed
Move 3996 to NAD
1 parent 5f1d4cc commit 0e99b1b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

xml/issue3981.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ struct Closure : std::ranges::range_adaptor_closure<Closure> {
2929
const NonCopyable& operator()(std::ranges::range auto&&);
3030
};
3131

32-
auto r = std::views::iota(0) | Closure{}; // <span style="color:red;font-weight:bolder">hard error in stdlibc++ and MSVC-STL</span>
32+
auto r = std::views::iota(0) | Closure{}; // <span style="color:red;font-weight:bolder">hard error in libstdc++ and MSVC-STL</span>
3333
</pre></blockquote>
3434
<p>
3535
Above, since the return type of the pipeline operator is declared as <tt>auto</tt>, this causes the deleted

xml/issue3996.xml

Lines changed: 2 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="3996" status="Tentatively NAD">
4+
<issue num="3996" status="NAD">
55
<title><tt>projected&lt;I, identity&gt;</tt> should just be <tt>I</tt></title>
66
<section><sref ref="[projected]"/></section>
77
<submitter>Hewill Kang</submitter>
@@ -62,6 +62,7 @@ NAD. <paper num="P2997"/> solves this, and more.
6262
so this is just lying unless we special-case identity everywhere."
6363
</p>
6464

65+
<note>St. Louis 2024-06-24 Status changed: Tentatively NAD &rarr; NAD.</note>
6566
</discussion>
6667

6768
<resolution>

0 commit comments

Comments
 (0)