2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-02-18 01:52:24 +00:00
Files
fiber/include
Nat Goodspeed e290073b98 Make fiber_context::resume() compatible with Boost 1.58.0.
In Boost 1.58, execution_context has a resume() member, not an operator()().
Call ctx_.resume() instead of ctx_().
2015-06-26 14:40:16 -04:00
..