Variable templates and generic lambdas are approved for C++14.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179947 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/cxx_status.html b/www/cxx_status.html
index bb5c4bc..59c5e2a 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -437,12 +437,12 @@
       <td class="none" align="center">No</td>
     </tr>
     <tr>
-      <td>[PROVISIONAL] Generic lambdas</td>
+      <td>Generic lambdas</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3649.html">N3649</a></td>
       <td class="none" align="center">No</td>
     </tr>
     <tr>
-      <td>[PROVISIONAL] Variable templates</td>
+      <td>Variable templates</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3651.pdf">N3651</a></td>
       <td class="none" align="center">No</td>
     </tr>