[wwwdocs] Add 2 more C++26 core papers
Checks
Commit Message
Hi!
cppreference has 2 more Kona papers listed and it seems eel.is/c++draft/
has those papers incorporated.
Ok for wwwdocs?
Jakub
Comments
On Wed, Feb 07, 2024 at 10:58:18AM +0100, Jakub Jelinek wrote:
> Hi!
>
> cppreference has 2 more Kona papers listed and it seems eel.is/c++draft/
> has those papers incorporated.
>
> Ok for wwwdocs?
Patch is OK. W3 validates fine too. Thanks,
> diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
> index c265edc0..65030980 100644
> --- a/htdocs/projects/cxx-status.html
> +++ b/htdocs/projects/cxx-status.html
> @@ -117,12 +117,24 @@
> <td> __cpp_placeholder_variables >= 202306L </td>
> </tr>
> <!-- Fall 2023 papers (Kona) -->
> + <tr>
> + <td> Pack indexing </td>
> + <td> <a href="https://wg21.link/P2662R3">P2662R3</a></td>
> + <td class="unsupported"> <a href="https://gcc.gnu.org/PR113798">No</a></td>
> + <td> __cpp_pack_indexing >= 202311L </td>
> + </tr>
> <tr>
> <td> Removing deprecated arithmetic conversion on enumerations </td>
> <td><a href="https://wg21.link/P2864R2">P2864R2</a> (<a href="./cxx-dr-status.html">DR</a>) </td>
> <td class="supported"> <a href="../gcc-14/changes.html#cxx">14</a></td>
> <td> </td>
> </tr>
> + <tr>
> + <td> Template parameter initialization </td>
> + <td> <a href="https://wg21.link/P2308R1">P2308R1</a> (<a href="./cxx-dr-status.html">DR</a>) </td>
> + <td class="unsupported"> <a href="https://gcc.gnu.org/PR113800">No</a></td>
> + <td> </td>
> + </tr>
> <!--
> <tr>
> <td> </td>
>
> Jakub
>
Marek
@@ -117,12 +117,24 @@
<td> __cpp_placeholder_variables >= 202306L </td>
</tr>
<!-- Fall 2023 papers (Kona) -->
+ <tr>
+ <td> Pack indexing </td>
+ <td> <a href="https://wg21.link/P2662R3">P2662R3</a></td>
+ <td class="unsupported"> <a href="https://gcc.gnu.org/PR113798">No</a></td>
+ <td> __cpp_pack_indexing >= 202311L </td>
+ </tr>
<tr>
<td> Removing deprecated arithmetic conversion on enumerations </td>
<td><a href="https://wg21.link/P2864R2">P2864R2</a> (<a href="./cxx-dr-status.html">DR</a>) </td>
<td class="supported"> <a href="../gcc-14/changes.html#cxx">14</a></td>
<td> </td>
</tr>
+ <tr>
+ <td> Template parameter initialization </td>
+ <td> <a href="https://wg21.link/P2308R1">P2308R1</a> (<a href="./cxx-dr-status.html">DR</a>) </td>
+ <td class="unsupported"> <a href="https://gcc.gnu.org/PR113800">No</a></td>
+ <td> </td>
+ </tr>
<!--
<tr>
<td> </td>