[cfe-commits] r73389 - /cfe/trunk/www/cxx_status.html

Douglas Gregor dgregor at apple.com
Mon Jun 15 09:50:46 PDT 2009


Author: dgregor
Date: Mon Jun 15 11:50:45 2009
New Revision: 73389

URL: http://llvm.org/viewvc/llvm-project?rev=73389&view=rev
Log:
Note that we've implemented the right angle brackets extension in C++0x

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=73389&r1=73388&r2=73389&view=diff

==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Mon Jun 15 11:50:45 2009
@@ -2312,7 +2312,14 @@
   <td class="broken"></td>
   <td></td>
 </tr>
-
+<tr>
+  <td>Right angle brackets (<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1757.html">N1757</a>)</td>
+  <td class="complete" align="center"></td>
+  <td class="na" align="center">N/A</td>
+  <td class="na" align="center">N/A</td>
+  <td class="na">N/A</td>
+  <td></td>
+</tr>
 </table>
 <br />
 </div>





More information about the cfe-commits mailing list