public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs] Add 2 more C++26 core papers
@ 2024-02-07  9:58 Jakub Jelinek
  2024-02-07 13:51 ` Marek Polacek
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Jelinek @ 2024-02-07  9:58 UTC (permalink / raw)
  To: Jason Merrill, Marek Polacek; +Cc: gcc-patches

Hi!

cppreference has 2 more Kona papers listed and it seems eel.is/c++draft/
has those papers incorporated.

Ok for wwwdocs?

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [wwwdocs] Add 2 more C++26 core papers
  2024-02-07  9:58 [wwwdocs] Add 2 more C++26 core papers Jakub Jelinek
@ 2024-02-07 13:51 ` Marek Polacek
  0 siblings, 0 replies; 2+ messages in thread
From: Marek Polacek @ 2024-02-07 13:51 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: Jason Merrill, gcc-patches

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-07 13:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-07  9:58 [wwwdocs] Add 2 more C++26 core papers Jakub Jelinek
2024-02-07 13:51 ` Marek Polacek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).