Re: [PATCH] c++, v3: Implement CWG2635 - Constrained structured bindings

2022-11-16 Thread Jason Merrill via Gcc-patches
On 11/16/22 05:17, Jakub Jelinek wrote: On Tue, Nov 15, 2022 at 06:22:36PM -0500, Jason Merrill wrote: Here is another version of the patch that passed bootstrap/regtest, the only change are tweaks to 2 further testcases. 2022-11-13 Jakub Jelinek * decl.cc (grokdeclarator): Implemen

[PATCH] c++, v3: Implement CWG2635 - Constrained structured bindings

2022-11-16 Thread Jakub Jelinek via Gcc-patches
On Tue, Nov 15, 2022 at 06:22:36PM -0500, Jason Merrill wrote: > > Here is another version of the patch that passed bootstrap/regtest, the only > > change are tweaks to 2 further testcases. > > > > 2022-11-13 Jakub Jelinek > > > > * decl.cc (grokdeclarator): Implement > > CWG2635 - Con