9 Jul
2017
9 Jul
'17
2:25 p.m.
2017-07-09 15:27 GMT+02:00 Joshua Berne via Boost
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)