Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot compile on master #70

Closed
fleonis opened this issue Dec 14, 2015 · 2 comments
Closed

cannot compile on master #70

fleonis opened this issue Dec 14, 2015 · 2 comments

Comments

@fleonis
Copy link

fleonis commented Dec 14, 2015

hello.
i cannot compile this code on the master branche, only on the develop branche (it was so for a few month). now on the develop branche it compiles but crashes (terminated by signal SIGSEGV (Address boundary error)). i am on db88147

#include <iostream>
#include <boost/fiber/all.hpp>

int main(int argc, char** argv) {
        boost::fibers::fiber([](){std::cout << "hello from fiber" << std::endl;}).detach();
        boost::this_fiber::yield();

        return 0;
}
@olk
Copy link
Member

olk commented Dec 15, 2015

please note that boost.fiber is a work-in-progress
branch main is in the moment out-dated - you need branch develop (boost.context too)

@olk olk closed this as completed Dec 15, 2015
@fleonis
Copy link
Author

fleonis commented Dec 15, 2015

ok. thank you for answer!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants