kelbon / kelcoro

C++20 coroutine library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`import <coroutine>` issue

cdacamar opened this issue · comments

While looking through the source I noticed this:

// export import <coroutine>; MSVC BUG(breaks compilation)

in include/kel_coro.ixx. What was the issue here and is there a compiler bug open for it?

CL.exe -23452985498329

This appears to be a compiler ICE. Could I encourage you to open a bug about the problem: https://developercommunity.visualstudio.com/report?space=62&entry=problem

This appears to be a compiler ICE. Could I encourage you to open a bug about the problem: https://developercommunity.visualstudio.com/report?space=62&entry=problem

i already 2 times opened bug about it