Boost logo

Boost :

From: Peter (papsolo_at_[hidden])
Date: 2020-01-24 21:03:06


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_at_[hidden]>:
>
> On Fri, 24 Jan 2020 at 16:25, Paps Olo via Boost <boost_at_[hidden]>
> 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?


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk