Re: [PATCH] coroutines: Allow parameter packs in co_await/yield expressions [PR95345]

2020-06-01 Thread Nathan Sidwell
On 6/1/20 4:09 AM, Iain Sandoe wrote: Hi This corrects a pasto, where I copied the constraint on bare parameter packs from the co_return to co_yield/await without properly reviewing it. tested on x86_64,powerpc64-linux, x86_64-darwin OK for master? OK for 10.2? ok for both thanks Iain

[PATCH] coroutines: Allow parameter packs in co_await/yield expressions [PR95345]

2020-06-01 Thread Iain Sandoe
Hi This corrects a pasto, where I copied the constraint on bare parameter packs from the co_return to co_yield/await without properly reviewing it. tested on x86_64,powerpc64-linux, x86_64-darwin OK for master? OK for 10.2? thanks Iain gcc/cp/ChangeLog: PR c++/95345 *