Re: [PATCH] coroutines: Pass lvalues to user-defined operator new [PR 100772].

2021-11-05 Thread Jason Merrill via Gcc-patches
On 11/5/21 11:49, Iain Sandoe wrote: The wording of the standard has been clarified to be explicit that the the parameters to any user-defined operator-new in the promise class should be lvalues. tested on x86_64 darwin, linux, OK for master and backports? thanks Iain Signed-off-by: Iain Sandoe

[PATCH] coroutines: Pass lvalues to user-defined operator new [PR 100772].

2021-11-05 Thread Iain Sandoe via Gcc-patches
The wording of the standard has been clarified to be explicit that the the parameters to any user-defined operator-new in the promise class should be lvalues. tested on x86_64 darwin, linux, OK for master and backports? thanks Iain Signed-off-by: Iain Sandoe PR c++/100772 gcc/cp/Change