On Mon, Nov 14, 2016 at 9:51 AM, Jakub Jelinek <ja...@redhat.com> wrote: > On Sun, Nov 13, 2016 at 11:53:10PM -0500, Jason Merrill wrote: >> On Wed, Nov 9, 2016 at 8:05 AM, Jakub Jelinek <ja...@redhat.com> wrote: >> > On Wed, Nov 09, 2016 at 01:24:22PM +0100, Jakub Jelinek wrote: >> >> The following patch is a WIP on P0217R3 - decomposition declarations. >> >> It contains various FIXMEs, Jason, do you think you could finish it up? >> >> Here's what I'm checking in, as a delta from from your patch. More >> testcases would still be welcome. > > Do we want to check this in (tested on x86_64-linux)?
Yes, thanks, I keep forgetting the macros. > Or are some further > changes needed before that (e.g. has inline, constexpr, extern, static > etc. been allowed for decompositions in Issaquah or not)? These haven't been considered yet. > Are you going to update https://gcc.gnu.org/projects/cxx-status.html ? > Seems during the C++ meeting clang added: > > Matching template template parameters to compatible arguments P0522R0 > Removing deprecated dynamic exception specifications P0003R5 > Pack expansions in using-declarations P0195R2 > > rows to their table too, are you going to add those as well (to the table > and/or GCC 7)? I will. Jason