You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep in mind that this works with the Boost.Context released with 1.59, but does not with the current tip of Boost.Context. It changed with Boost.Context changeset 43d89cb. This does not seem intentionally broken.
When trying to use Boost.Fiber with the tip of Boost.Context, I get a horrendous compilation error with basic use -- attached.
It looks like this broke with this change in Boost.Context: 43d89cb6396706871ce9378c8e3b2c63e93ffe0e - support passing argument between execution_context.
The preceding commit works perfectly fine for me: 01660915c1330a186ed0548b436065a9fc8ec96c
My compiler is g++ 5.2.1.
The text was updated successfully, but these errors were encountered: