Compiler fails on experimental/detail/channel_service.hpp:86
channel_service(execution_context& ctx);
where execution_context should be used from asio/execution_context.hpp but compiler prefers a concept with the same name from experimental/coro_traits.hpp:35 and in the same namespace - asio::experimental::detail .
Compiler fails on experimental/detail/channel_service.hpp:86
channel_service(execution_context& ctx);
where execution_context should be used from asio/execution_context.hpp but compiler prefers a concept with the same name from experimental/coro_traits.hpp:35 and in the same namespace - asio::experimental::detail .