]> granicus.if.org Git - clang/commitdiff
cxx_status: mark decomposition declarations as "partial": the implementation is
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 15 Aug 2016 02:37:43 +0000 (02:37 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 15 Aug 2016 02:37:43 +0000 (02:37 +0000)
essentially complete, other than parts where design questions have been raised
(lambda capture, decomposition of arrays by copy).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@278649 91177308-0d34-0410-b5e6-96231b3b80d8

www/cxx_status.html

index 4b4aea60edff7cd76cbe49583342187cbddce05e..c93c4a87a706952e8cf09da09bf64faed7e8e112 100644 (file)
@@ -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>