24 Jan
2020
24 Jan
'20
9:03 p.m.
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
Am 24.01.2020 um 20:31 schrieb Richard Hodges via Boost
: On Fri, 24 Jan 2020 at 16:25, Paps Olo via Boost
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?