Re: [PATCH] coroutines: Generalize promise expressions [PR95519]

2020-06-25 Thread Nathan Sidwell
On 6/25/20 11:15 AM, Iain Sandoe wrote: Hi, The PR points out that the standard does not restrict promise expressions to methods, but the current implementation does. The patch factors out the building of a general promise expression, and then uses it in a fairly mechanical replacement of each

[PATCH] coroutines: Generalize promise expressions [PR95519]

2020-06-25 Thread Iain Sandoe
Hi, The PR points out that the standard does not restrict promise expressions to methods, but the current implementation does. The patch factors out the building of a general promise expression, and then uses it in a fairly mechanical replacement of each case that we need such an expressions. Th