From b7fc2ad012ea4ff5fb8c76a5b7d2589c12e50cbd Mon Sep 17 00:00:00 2001
From: Larisse Voufo <lvoufo@google.com>
Date: Tue, 6 Aug 2013 07:37:09 +0000
Subject: [PATCH] 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
---
 www/cxx_status.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/cxx_status.html b/www/cxx_status.html
index 6cbc769769d..36fb0e9f0d5 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>
-- 
GitLab