diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-12-14 03:22:16 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-12-14 03:22:16 +0000 |
| commit | 378b8c8f012bacb85a4057e29a4e6b522842e94d (patch) | |
| tree | 5ad321e81af72196f62a5cea4dfdc71a6403f854 /clang/www/cxx_status.html | |
| parent | eb6a20e79ed4a5ac8d5f61f7372bb633c7362378 (diff) | |
| download | bcm5719-llvm-378b8c8f012bacb85a4057e29a4e6b522842e94d.tar.gz bcm5719-llvm-378b8c8f012bacb85a4057e29a4e6b522842e94d.zip | |
[c++1z] P0217R3: Allow by-value structured binding of arrays.
llvm-svn: 289630
Diffstat (limited to 'clang/www/cxx_status.html')
| -rw-r--r-- | clang/www/cxx_status.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 9e6b675227d..2e1156682a7 100644 --- a/clang/www/cxx_status.html +++ b/clang/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> |

