From: Richard Smith
Date: Sat, 4 May 2013 07:12:37 +0000 (+0000)
Subject: Tweaks to C++ status: add a link to Faisal's generic lambdas implementation,
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e96515ad88309260db10cc0cdd2d3e33deab7d31;p=clang
Tweaks to C++ status: add a link to Faisal's generic lambdas implementation,
and mark "clarifying memory allocation" as done, since it turns out that our
optimizations here (such as they are) already conform to the new rules.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181110 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 6bb6dd5baa..38e84e74c9 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -427,7 +427,7 @@ ISO/IEC JTC1/SC22/WG21 post-Bristol mailing ships.
decltype(auto) |
- N3638 |
+ N3638 |
SVN |
@@ -447,7 +447,8 @@ ISO/IEC JTC1/SC22/WG21 post-Bristol mailing ships.
Generic lambdas |
N3649 |
- No |
+
+ No [WIP] |
Variable templates |
@@ -467,7 +468,7 @@ ISO/IEC JTC1/SC22/WG21 post-Bristol mailing ships.
Clarifying memory allocation |
N3664 |
- Partial |
+ Yes |