Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Event Timeline
Comment Actions
Emit an error if it find the compiler didn't implement __cpp_impl_coroutine macro. It should be implemented in ec11715.
libcxx/include/coroutine | ||
---|---|---|
44–46 | I added a check here to see if the compiler introduced macro __cpp_impl_coroutine, which should be introduced at https://github.com/llvm/llvm-project/commit/ec117158a390a0ebf64377caa5abd0c976df8f7a. |
I added a check here to see if the compiler introduced macro __cpp_impl_coroutine, which should be introduced at https://github.com/llvm/llvm-project/commit/ec117158a390a0ebf64377caa5abd0c976df8f7a.