summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorFaisal Vali <faisalv@yahoo.com>2017-10-22 22:29:52 +0000
committerFaisal Vali <faisalv@yahoo.com>2017-10-22 22:29:52 +0000
commit45fcc58b7d3b7aba80c42141035900ebc5c19dfd (patch)
tree220d6167db592db9dd62245967603aff8e146221 /www
parent54b80d198719fec69ce8e0c47e4bede7d56dae6d (diff)
[c++2a] Update cxx_status w __VA_OPT__ marked as completed in SVN.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@316304 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 85c0abcf26..729915e7c2 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -813,7 +813,7 @@ as the draft C++2a standard evolves.
<tr>
<td><tt>__VA_OPT__</tt> for preprocessor comma elision</td>
<td><a href="http://wg21.link/p0306r4">P0306R4</a></td>
- <td class="none" align="center">No</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr>
<td>Designated initializers</td>