Open ramblehead opened 2 years ago
You might want to move the pr to https://github.com/chriskohlhoff/asio/pulls. It may be more monitored more actively.
It looks similar to https://github.com/chriskohlhoff/asio/issues/1138, and https://github.com/chriskohlhoff/asio/pull/1145.
In clang-14
<experimental/coroutine>
is replaced by<coroutine>
, thus need to add an additional clang version test macro to setBOOST_ASIO_HAS_CO_AWAIT
correctly.