]> granicus.if.org Git - clang/commitdiff
Dynamic memory allocation with alignment has been approved for C++17.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 24 Jun 2016 12:16:11 +0000 (12:16 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 24 Jun 2016 12:16:11 +0000 (12:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@273667 91177308-0d34-0410-b5e6-96231b3b80d8

www/cxx_status.html

index 8da905e181ccb778104c99b1f30c888f91880333..f766681c6410cd73b3e55b70a63e0d1b70442b7f 100644 (file)
@@ -675,14 +675,14 @@ as the draft C++1z standard evolves.</p>
     <tr>
       <td>Using attribute namespaces without repetition</td>
       <td><a href="http://wg21.link/p0028r4">P0028R4</a></td>
-      <td class="none" align="center">No</td>
+      <td class="svn" align="center">SVN</td>
     </tr>
-    <!--
     <tr>
       <td>Dynamic memory allocation for over-aligned data</td>
       <td><a href="http://wg21.link/p0035r4">P0035R4</a></td>
       <td class="none" align="center">No</td>
     </tr>
+    <!--
     <tr>
       <td>Template argument deduction for class templates</td>
       <td><a href="http://wg21.link/p0091r3">P0091R3</a></td>