File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ struct Closure : std::ranges::range_adaptor_closure<Closure> {
29
29
const NonCopyable& operator()(std::ranges::range auto&& );
30
30
};
31
31
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 >
33
33
</pre ></blockquote >
34
34
<p >
35
35
Above, since the return type of the pipeline operator is declared as <tt >auto</tt >, this causes the deleted
Original file line number Diff line number Diff line change 1
1
<?xml version =' 1.0' encoding =' utf-8' standalone =' no' ?>
2
2
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
3
3
4
- <issue num =" 3996" status =" Tentatively NAD" >
4
+ <issue num =" 3996" status =" NAD" >
5
5
<title ><tt >projected< I, identity> </tt > should just be <tt >I</tt ></title >
6
6
<section ><sref ref =" [projected]" /></section >
7
7
<submitter >Hewill Kang</submitter >
@@ -62,6 +62,7 @@ NAD. <paper num="P2997"/> solves this, and more.
62
62
so this is just lying unless we special-case identity everywhere."
63
63
</p >
64
64
65
+ <note >St. Louis 2024-06-24 Status changed: Tentatively NAD → NAD.</note >
65
66
</discussion >
66
67
67
68
<resolution >
You can’t perform that action at this time.
0 commit comments