This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".
The branch, master has been updated
via 465f729cfc97216c6933228cdd482fd547820867 (commit)
from 94c55b3a1210cf49fb327bbb422114ca1fa62d8a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 465f729cfc97216c6933228cdd482fd547820867
Author: Jakub Jelinek <[email protected]>
Date: Thu Apr 16 12:48:03 2026 +0200
Mention partial implementation of P3795R2.
diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index a5bda2b1..748a2d01 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -294,7 +294,7 @@
<td> </td>
</tr>
<tr>
- <td rowspan=5> Reflection </td>
+ <td rowspan=6> Reflection </td>
<td> <a href="https://wg21.link/P2996R13">P2996R13</a></td>
<td class="supported" rowspan=5> <a
href="../gcc-16/changes.html#cxx">16</a> (requires
<code>-freflection</code>)</td>
<td> __cpp_impl_reflection >= 202506L </td>
@@ -312,6 +312,10 @@
<tr>
<td> <a href="https://wg21.link/P3560R2">P3560R2</a></td>
</tr>
+ <tr>
+ <td> <a href="https://wg21.link/P3795">P3795R2</a></td>
+ <td class="partial center"> <a href="../gcc-16/changes.html#cxx">16</a>
(no <code>apply_result</code>, <code>is_applicable_type</code> nor
<code>is_nothrow_applicable_type</code>)</td>
+ </tr>
<tr>
<td>
<code>define_static_</code>{<code>string</code>,<code>object</code>,<code>array</code>}
</td>
<td> <a href="https://wg21.link/P3491R3">P3491R3</a></td>
-----------------------------------------------------------------------
Summary of changes:
htdocs/projects/cxx-status.html | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
hooks/post-receive
--
gcc-wwwdocs