r179942 - Binary literals are approved for C++14.

Richard Smith richard-llvm at metafoo.co.uk
Sat Apr 20 05:44:33 PDT 2013


Author: rsmith
Date: Sat Apr 20 07:44:32 2013
New Revision: 179942

URL: http://llvm.org/viewvc/llvm-project?rev=179942&view=rev
Log:
Binary literals are approved for C++14.

Modified:
    cfe/trunk/www/cxx_status.html

Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=179942&r1=179941&r2=179942&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Sat Apr 20 07:44:32 2013
@@ -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>





More information about the cfe-commits mailing list