boostorg/context

Incorrect circle example for callcc

airstone42 opened this issue · 1 comments

f2 = f1.resume();

It failed to compile as resume() was rvalue-ref qualified.

#include <boost/context/fiber.hpp>

It seems that this example was supposed to use callcc while it uses fiber now, which duplicates with example/fiber/circle.cpp.

olk commented

ty, fixed