landelare / ue5coro

A C++20 coroutine implementation for Unreal Engine 5 that feels almost native.
BSD 3-Clause Clear License
543 stars 48 forks source link

发布安卓报错 #16

Closed kimyang5566 closed 8 months ago

kimyang5566 commented 10 months ago

support for std::experimental::coroutine_traits will be removed in LLVM 15; use std::coroutine_traits instead [-Werror,-Wdeprecated-experimental-coroutine]用的是UE5.3 NDK r25

landelare commented 8 months ago

I think this is fixed in 1.10. If the problem is still present, please reopen this issue.