[wwwdocs] Add missing C++20 feature

Marek Polacek polacek@redhat.com
Mon Aug 12 19:37:00 GMT 2019


I missed this one.  As a sign of repentance, I'll aim to address it this week.

Applying to CVS.

Index: cxx-status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx-status.html,v
retrieving revision 1.96
diff -u -r1.96 cxx-status.html
--- cxx-status.html	7 Aug 2019 14:34:01 -0000	1.96
+++ cxx-status.html	12 Aug 2019 18:55:03 -0000
@@ -422,6 +422,12 @@
       <td class="unsupported">No (<a href="https://gcc.gnu.org/PR91360">PR91360</a>)</td>
       <td></td>
     </tr>
+    <tr>
+      <td>More implicit moves (merge P0527R1 and P1155R3)</td>
+      <td><a href="http://wg21.link/p1825r0">P1825R0</a></td>
+      <td class="unsupported">No (<a href="https://gcc.gnu.org/PR91427">PR91427</a>)</td>
+      <td></td>
+    </tr>
   </table>
 
   <h2 id="cxx17">C++17 Support in GCC</h2>



More information about the Gcc-patches mailing list