From: Richard Smith Date: Mon, 15 Aug 2016 02:37:43 +0000 (+0000) Subject: cxx_status: mark decomposition declarations as "partial": the implementation is X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=659a1615136a2d5e526e3e58a37a2d503efd04db;p=clang cxx_status: mark decomposition declarations as "partial": the implementation is essentially complete, other than parts where design questions have been raised (lambda capture, decomposition of arrays by copy). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@278649 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/cxx_status.html b/www/cxx_status.html index 4b4aea60ed..c93c4a87a7 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -724,7 +724,7 @@ as the draft C++1z standard evolves.

Structured bindings P0217R3 - No + Partial Separate variable and condition for if and switch