Re: [C++ coroutines 5/6] Standard library header.

2019-11-17 Thread Jonathan Wakely
On 17/11/19 10:27 +, Iain Sandoe wrote: This provides the interfaces mandated by the standard and implements the interaction with the coroutine frame by means of inline use of builtins expanded at compile-time. There should be a 1:1 correspondence with the standard sections which are cross-r

[C++ coroutines 5/6] Standard library header.

2019-11-17 Thread Iain Sandoe
This provides the interfaces mandated by the standard and implements the interaction with the coroutine frame by means of inline use of builtins expanded at compile-time. There should be a 1:1 correspondence with the standard sections which are cross-referenced. There is no runtime content. At t