Incorrect circle example for callcc
airstone42 opened this issue · 1 comments
airstone42 commented
context/example/callcc/circle.cpp
Line 21 in eb7c047
It failed to compile as resume()
was rvalue-ref qualified.
context/example/callcc/circle.cpp
Line 11 in eb7c047
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