Skip to content

Commit

Permalink
Dynamic memory allocation with alignment has been approved for C++17.
Browse files Browse the repository at this point in the history
llvm-svn: 273667
  • Loading branch information
zygoloid committed Jun 24, 2016
1 parent b7d7a04 commit 5bb7d7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang/www/cxx_status.html
Original file line number Diff line number Diff line change
Expand Up @@ -675,14 +675,14 @@ <h2 id="cxx17">C++1z implementation status</h2>
<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>
Expand Down

0 comments on commit 5bb7d7a

Please sign in to comment.