Mark lambda init-captures as complete.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191607 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/cxx_status.html b/www/cxx_status.html
index d1aa45d..33430b9 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -433,15 +433,17 @@
       <td>Return type deduction for normal functions</td>
       <td class="svn" align="center">SVN</td>
     </tr>
+    <!-- Removed from C++1y.
     <tr>
       <td>Runtime-sized arrays with automatic storage duration</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3639.html">N3639</a></td>
       <td class="partial" align="center">Partial</td>
     </tr>
+    -->
     <tr>
       <td>Initialized lambda captures</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3648.html">N3648</a></td>
-      <td class="none" align="center">No</td>
+      <td class="svn" align="center">SVN</td>
     </tr>
     <tr>
       <td>Generic lambdas</td>