
i did explicitely define it (and i tried both with clang and gcc with c++2a enabled) but i think the problem is the line #include <experimental/coroutine> in boost/asio/awaitable.hpp which fails, because it seems that the experimental directory has been removed?
Am 24.01.2020 um 20:31 schrieb Richard Hodges via Boost <boost@lists.boost.org>:
On Fri, 24 Jan 2020 at 16:25, Paps Olo via Boost <boost@lists.boost.org> wrote:
Hi, i've been trying to get the coroutine chat example to work, but it seems that in 1.72 and 1.71 boost/asio/awaitable.hpp does not compile when BOOST_ASIO_HAS_CO_AWAIT has been defined.
Did you define it yourself or did boost discover it?
You will need a compiler with coroutines enabled.
Can you confirm toolset and cxxflags?