Re: [PATCH] coroutines: Ensure distinct DTOR trees [PR95137].

2020-06-08 Thread Nathan Sidwell
On 5/22/20 7:19 AM, Iain Sandoe wrote: Hi This is almost obvious - except perhaps I’m missing some more efficient way of doing it; it seems less than ideal to have to build the ctor call twice with exactly the same inputs. If there’s no better way …. ok. nathan -- Nathan Sidwell

[PATCH] coroutines: Ensure distinct DTOR trees [PR95137].

2020-05-22 Thread Iain Sandoe
Hi This is almost obvious - except perhaps I’m missing some more efficient way of doing it; it seems less than ideal to have to build the ctor call twice with exactly the same inputs. If there’s no better way …. tested on x86_64-darwin, linux OK for master, 10.2? thanks iain Part of the PR