From: Richard Smith Date: Sat, 20 Apr 2013 12:57:49 +0000 (+0000) Subject: Clarifying memory allocation: approved for C++14. Move from N/A to no, since we curre... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e95e30bc9b637ade2b97f779fa5791ea0acdca3;p=clang 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 --- 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.

No - [PROVISIONAL] Clarifying memory allocation + Clarifying memory allocation N3664 - N/A + No