aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorLarisse Voufo <lvoufo@google.com>2013-08-06 07:37:09 +0000
committerLarisse Voufo <lvoufo@google.com>2013-08-06 07:37:09 +0000
commitb7fc2ad012ea4ff5fb8c76a5b7d2589c12e50cbd (patch)
treecbed57cb68ea4b625d97bc1fa237519100678a97 /www
parent2521813d45e0af47b27673a095329ee33932d49c (diff)
downloadclang-b7fc2ad012ea4ff5fb8c76a5b7d2589c12e50cbd.tar.gz
Update status of support for variable templates on website.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187785 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 6cbc769769..36fb0e9f0d 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -452,7 +452,7 @@ available.</p>
<tr>
<td>Variable templates</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3651.pdf">N3651</a></td>
- <td class="none" align="center">No</td>
+ <td class="partial" align="center">Partial</td>
</tr>
<tr>
<td>Relaxing requirements on constexpr functions</td>