Boost logo

Boost :

Subject: Re: [boost] Boost 1.65.0 Beta 1 Release Candidate 1
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2017-07-09 14:25:41


2017-07-09 15:27 GMT+02:00 Joshua Berne via Boost <boost_at_[hidden]>:

> Hi,
>
> I've been playing aournd with boost coroutines2 and maybe I'm just
> confused about where this project is, but with 1.65 coroutines2 doesn't
> seem to be buildable out of the box any longer:
>

boost.coroutine2 is a header-only lib - b2 --with-<library> would not work

> I've tried looking through mailing list archives for anything about the
> status of coroutine2 to no avail, and coroutine still spits out warnings to
> use coroutine2 when used. I'm not sure where in the build system things
> hook in to fix this.
>

boost.coroutine is deprecated - but you can disable the warning (see
documentation)
boost.coroutine2 requires some C++11 features (you need to apply
cxxflags="-std=c++11" or equivalent)


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