mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-01 03:19:55 +08:00
libstdc++: C++ item p2442 is version 1 only
libstdc++-v3: * doc/xml/manual/status_cxx2023.xml: Fix C++ item p2442 to be version 1. * doc/html/manual/status.html: Regenerate.
This commit is contained in:
parent
bfa634e5d2
commit
5f2cd52134
@ -1803,8 +1803,8 @@ or any notes about the implementation.
|
||||
</td><td align="center"> 13.1 </td><td align="left"> <code class="code">__cpp_lib_ranges_join_with >= 202202L</code> </td></tr><tr><td align="left">
|
||||
Windowing range adaptors: <code class="code">views::chunk</code>
|
||||
and <code class="code">views::slide</code> </td><td align="left">
|
||||
<a class="link" href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2442r2.html" target="_top">
|
||||
P2442R2
|
||||
<a class="link" href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2442r1.html" target="_top">
|
||||
P2442R1
|
||||
</a>
|
||||
</td><td align="center"> 13.1 </td><td align="left"> <code class="code">__cpp_lib_ranges_slide >= 202202L</code> </td></tr><tr><td align="left"> <code class="code">views::chunk_by</code> </td><td align="left">
|
||||
<a class="link" href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2443r1.html" target="_top">
|
||||
|
@ -235,8 +235,8 @@ or any notes about the implementation.
|
||||
Windowing range adaptors: <code>views::chunk</code>
|
||||
and <code>views::slide</code> </entry>
|
||||
<entry>
|
||||
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2442r2.html">
|
||||
P2442R2
|
||||
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2442r1.html">
|
||||
P2442R1
|
||||
</link>
|
||||
</entry>
|
||||
<entry align="center"> 13.1 </entry>
|
||||
|
Loading…
Reference in New Issue
Block a user