diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-04-20 12:44:32 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-04-20 12:44:32 +0000 |
commit | 408de4350563227e9e5787632c2a64235681c799 (patch) | |
tree | da0d9725c6ebcfdf8e2c0bceb3fcf11154cb731f /www/cxx_status.html | |
parent | e410be9f3f08684c04a611f2ab57257c2d2eb0ae (diff) |
Binary literals are approved for C++14.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179942 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/cxx_status.html')
-rw-r--r-- | www/cxx_status.html | 7 |
1 files changed, 6 insertions, 1 deletions
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,11 +417,16 @@ available.</p> <td class="none" align="center">No</td> </tr> <tr> - <td>[PROVISIONAL] Binary literals</td> + <td>Binary literals</td> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3472.pdf">N3472</a></td> <td class="full" align="center">Yes</td> </tr> <tr> + <td>[PROVISIONAL] Runtime-sized arrays with automatic storage duration</td> + <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3639.html">N3639</a></td> + <td class="none" align="center">Partial</td> + </tr> + <tr> <td>[PROVISIONAL] Return type deduction for normal functions</td> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3638.html">N3638</a></td> <td class="none" align="center">No</td> |