r278649 - cxx_status: mark decomposition declarations as "partial": the implementation is

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 14 19:37:44 PDT 2016


Author: rsmith
Date: Sun Aug 14 21:37:43 2016
New Revision: 278649

URL: http://llvm.org/viewvc/llvm-project?rev=278649&view=rev
Log:
cxx_status: mark decomposition declarations as "partial": the implementation is
essentially complete, other than parts where design questions have been raised
(lambda capture, decomposition of arrays by copy).

Modified:
    cfe/trunk/www/cxx_status.html

Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=278649&r1=278648&r2=278649&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Sun Aug 14 21:37:43 2016
@@ -724,7 +724,7 @@ as the draft C++1z standard evolves.</p>
     <tr>
       <td>Structured bindings</td>
       <td><a href="http://wg21.link/p0217r3">P0217R3</a></td>
-      <td class="none" align="center">No</td>
+      <td class="partial" align="center">Partial</td>
     </tr>
     <tr>
       <td>Separate variable and condition for <tt>if</tt> and <tt>switch</tt></td>




More information about the cfe-commits mailing list