public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. f1a4881e5e1886035bab30c57fe16485f5b76dc8
@ 2019-11-27 22:13 jason
  0 siblings, 0 replies; only message in thread
From: jason @ 2019-11-27 22:13 UTC (permalink / raw)
  To: gcc-cvs-wwwdocs

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  f1a4881e5e1886035bab30c57fe16485f5b76dc8 (commit)
      from  87edc6dedbe817f53d51aec0ae5c15f6538c02a4 (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 f1a4881e5e1886035bab30c57fe16485f5b76dc8
Author: Jason Merrill <jason@redhat.com>
Date:   Wed Nov 27 17:12:46 2019 -0500

    C++20 class template argument deduction improvements

diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index 3a33e20..7eab5d4 100644
--- a/htdocs/gcc-10/changes.html
+++ b/htdocs/gcc-10/changes.html
@@ -115,6 +115,8 @@ a work-in-progress.</p>
     <li>P0784R7, <code>constexpr new</code></li>
     <li>Concepts, including P0734R0, P0857R0, P1084R2, P1141R2, P0848R3, P1616R1, P1452R2</li>
     <li>P1301R4, <code>[[nodiscard("with reason")]]</code></li>
+    <li>P1814R0, class template argument deduction for alias templates</li>
+    <li>P1816R0, class template argument deduction for aggregates</li>
   </ul>  
   </li>
   <li>Several C++ Defect Reports have been resolved, e.g.:
diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index 01cf4fa..7fda14c 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -420,14 +420,13 @@
     <tr>
       <td>Class template argument deduction for aggregates</td>
       <td><a href="http://wg21.link/p1816r0">P1816R0</a></td>
-      <td class="unsupported">No (<a href="https://gcc.gnu.org/PR91366">PR91366</a>)</td>
-      <td></td>
+      <td class="supported"><a href="../gcc-10/changes.html#cxx">10</a></td>
+      <td rowspan=2>__cpp_deduction_guides >= 201907L</td>
     </tr>
     <tr>
       <td>Class template argument deduction for alias templates</td>
       <td><a href="http://wg21.link/p1814r0">P1814R0</a></td>
-      <td class="unsupported">No (<a href="https://gcc.gnu.org/PR91365">PR91365</a>)</td>
-      <td></td>
+      <td class="supported"><a href="../gcc-10/changes.html#cxx">10</a></td>
     </tr>
     <tr>
       <td>Permit conversions to arrays of unknown bound</td>

-----------------------------------------------------------------------

Summary of changes:
 htdocs/gcc-10/changes.html      |    2 ++
 htdocs/projects/cxx-status.html |    7 +++----
 2 files changed, 5 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-27 22:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-27 22:13 gcc-wwwdocs branch master updated. f1a4881e5e1886035bab30c57fe16485f5b76dc8 jason

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).