On 08/15/2017 02:30 PM, Jonathan Wakely wrote:
On 15 August 2017 at 12:29, Xi Ruoyao wrote:
On 2017-08-15 12:23 +0100, Jonathan Wakely wrote:
On 15 August 2017 at 12:12, Xi Ruoyao wrote:
On 2017-08-15 11:14 +0300, Ignas Brašiškis wrote:
Hello I had seen some work in both msvc and clang related to
coroutines. I tried searching about what is the status of that
(pre-)experimental feature in GCC and managed only find a some
diagnostic patch. I got curious is there is any work related on gcc
yet?
Coroutine is not a C/C++ language feature.
See http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/n4680.pdf
Oh really C++ is keeping developing new language features :)
So would it be implemented in GCC 8?
Nobody is working on it so probably not.
That's sad, it is such a compelling feature.
I will probably switch to clang soon, despite losing concepts and a
subjective preference for gcc, because of this feature.