summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2016-06-24 12:16:11 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2016-06-24 12:16:11 +0000
commit8f19db2c6ee118aae193cff3cbc3a033e7d2726e (patch)
treebe166709100cb7e36142929d2a45c4ffbfe35f27
parentc318a9f90b5dce5c879928ec0a82761d404775ad (diff)
Dynamic memory allocation with alignment has been approved for C++17.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@273667 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--www/cxx_status.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 8da905e181..f766681c64 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -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>