From: Richard Smith
Date: Sat, 20 Apr 2013 12:44:32 +0000 (+0000)
Subject: Binary literals are approved for C++14.
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=408de4350563227e9e5787632c2a64235681c799;p=clang
Binary literals are approved for C++14.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179942 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/www/cxx_status.html b/www/cxx_status.html
index d756ef2564..8ade985826 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -417,10 +417,15 @@ available.
No |
- [PROVISIONAL] Binary literals |
+ Binary literals |
N3472 |
Yes |
+
+ [PROVISIONAL] Runtime-sized arrays with automatic storage duration |
+ N3639 |
+ Partial |
+
[PROVISIONAL] Return type deduction for normal functions |
N3638 |