diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-04-20 12:57:49 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-04-20 12:57:49 +0000 |
commit | 8e95e30bc9b637ade2b97f779fa5791ea0acdca3 (patch) | |
tree | 293b90c9b2734fbbe4adddbf28a9bc9e1ff612cf | |
parent | 6f3de20f8fa14644263dd711c5e3b62ccad6507b (diff) |
Clarifying memory allocation: approved for C++14. Move from N/A to no, since we currently relax 'operator new' calls which didn't come from new-expressions.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179946 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/cxx_status.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index dcdac72d4d..bb5c4bc0aa 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -457,9 +457,9 @@ available.</p> <td class="none" align="center">No</td> </tr> <tr> - <td>[PROVISIONAL] Clarifying memory allocation</td> + <td>Clarifying memory allocation</td> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3664.html">N3664</a></td> - <td class="na" align="center">N/A</td> + <td class="none" align="center">No</td> </tr> </table> |