All supported compilers have support for coroutines in C++20 now.
Details
Details
- Reviewers
philnik Mordante - Group Reviewers
Restricted Project - Commits
- rGe5ec498fc54b: [libc++] Assume that coroutines are available in C++20
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Are you sure all CIs have this available? I tried about a month ago and ran into CI issues, see D143485.
Comment Actions
Yeah, it does look like the latest supported AppleClang doesn't work out of the box. Let's wait a bit before landing this.
Comment Actions
This works now, only the AIX build failed so I'll ship this.
(Edit: I think this must have started working when I updated the last AppleClang builders recently)