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

llvm-svn: 278649

clang/www/cxx_status.html

index 4b4aea6..c93c4a8 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>