在 2020/2/26 下午9:43, Iain Sandoe 写道:
This is the second in the series to bring the GCC implementation into line
with the current standard.
@JunMa
I believe that this should solve the problems you were looking at in
“[PATCH Coroutines] Fix issue with unused corutine function parameters”
and
On 2/26/20 8:43 AM, Iain Sandoe wrote:
This is the second in the series to bring the GCC implementation into line
with the current standard.
2020-02-26 Iain Sandoe
* coroutines.cc (struct param_info): Keep track of params
that are references, and cache the original type an
This is the second in the series to bring the GCC implementation into line
with the current standard.
@JunMa
I believe that this should solve the problems you were looking at in
“[PATCH Coroutines] Fix issue with unused corutine function parameters”
and supercedes that patch (since we needed