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

Douglas Gregor dgregor at apple.com
Mon Dec 20 21:54:23 PST 2010


Author: dgregor
Date: Mon Dec 20 23:54:22 2010
New Revision: 122317

URL: http://llvm.org/viewvc/llvm-project?rev=122317&view=rev
Log:
Add back the late-specified return type paper

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=122317&r1=122316&r2=122317&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Mon Dec 20 23:54:22 2010
@@ -580,6 +580,15 @@
 </tr>
 <tr><td colspan="7" class="category">Things Completely New</td></tr>
 <tr>
+  <td>Late-specified return type</td>
+  <td></td>
+  <td></td>
+  <td></td>
+  <td></td>
+  <td>8.3.5</td>
+  <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2445.html">N2445</a></td>
+</tr>
+<tr>
   <td>lambda expressions</td>
   <td></td>
   <td></td>





More information about the cfe-commits mailing list