summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2011-02-23 00:41:16 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2011-02-23 00:41:16 +0000
commitfd405efea156302c4b9d8e26e9cd3eddef5bf9b0 (patch)
tree85c9d6be2499dcd4204ca7256453f7611cc3fd88 /www
parent406c38e8c1f105acfd438f94dfbc17af817aa4a5 (diff)
Update the www to indicate that auto is now implemented.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126280 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx_status.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index e3d83220ed..1074242c68 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -216,10 +216,10 @@ welcome!</p>
</tr>
<tr>
<td>auto type deduction</td>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
+ <td class="complete" align="center"></td>
+ <td class="complete" align="center"></td>
+ <td class="complete" align="center"></td>
+ <td class="complete" align="center"></td>
<td>7.1.6.2, 7.1.6.4</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1984.pdf">N1984</a></td>
</tr>