summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2016-06-24 14:04:07 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2016-06-24 14:04:07 +0000
commit3ee482ea532c458896859ad4f048b0877f3ee330 (patch)
treead3cdebc75ff7109d2325ad6ae01b11d47b8c1a1
parent5900e8a30e4fb9c0c907e8948b69f0d1a7d7c2d1 (diff)
Inline variables tentatively approved for C++17.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@273680 91177308-0d34-0410-b5e6-96231b3b80d8
-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 6bd720e225..79a755b0b0 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -712,12 +712,12 @@ as the draft C++1z standard evolves.</p>
<td><a href="http://wg21.link/p0292r2">P0292R2</a></td>
<td class="svn" align="center">SVN</td>
</tr>
- <!--
<tr>
<td>Inline variables</td>
<td><a href="http://wg21.link/p0386r2">P0386R2</a></td>
<td class="none" align="center">No</td>
</tr>
+ <!--
<tr>
<td>Structured bindings</td>
<td><a href="http://wg21.link/p0217r3">P0217R3</a></td>