aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2016-12-14 03:22:16 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2016-12-14 03:22:16 +0000
commit631f1e728a6903f320a40e7b5035a63acd0acdc7 (patch)
treeb92bd39f4aedaa01f1d7a046a7f580130fed01c9 /www
parente0430ed862139206e9253cd52d53dff02fa7e995 (diff)
[c++1z] P0217R3: Allow by-value structured binding of arrays.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@289630 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx_status.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 9e6b675227..2e1156682a 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -722,9 +722,7 @@ as the draft C++1z standard evolves.
<tr>
<td>Structured bindings</td>
<td><a href="http://wg21.link/p0217r3">P0217R3</a></td>
- <td class="partial" align="center">Partial</td>
- <!-- We don't implement structured bindings of arrays yet, anticipating
- this being removed from the working draft -->
+ <td class="svn" align="center">SVN</td>
</tr>
<tr>
<td>Separate variable and condition for <tt>if</tt> and <tt>switch</tt></td>