aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-12-21 05:54:22 +0000
committerDouglas Gregor <dgregor@apple.com>2010-12-21 05:54:22 +0000
commit1ce7965c3359a21da30116b69c616e8eb5959a35 (patch)
tree64a5a12708861fae8294a311be03d8459162b222
parent08765a9c4f0d54f3373b2f10284e16dc96dc32f4 (diff)
Add back the late-specified return type paper
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122317 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--www/cxx_status.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 294f3843e7..eaf951cd72 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -580,6 +580,15 @@ welcome!</p>
</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>