r273667 - Dynamic memory allocation with alignment has been approved for C++17.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 24 05:16:12 PDT 2016


Author: rsmith
Date: Fri Jun 24 07:16:11 2016
New Revision: 273667

URL: http://llvm.org/viewvc/llvm-project?rev=273667&view=rev
Log:
Dynamic memory allocation with alignment has been approved for C++17.

Modified:
    cfe/trunk/www/cxx_status.html

Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=273667&r1=273666&r2=273667&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Fri Jun 24 07:16:11 2016
@@ -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>




More information about the cfe-commits mailing list