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

C++11 example for asio spawn #27

Closed
absolute8511 opened this issue Jan 12, 2015 · 2 comments
Closed

C++11 example for asio spawn #27

absolute8511 opened this issue Jan 12, 2015 · 2 comments

Comments

@absolute8511
Copy link
Contributor

I tried to use the boost::fibers::asio::spawn while using c++11, but it failed to compile and I noticed the example is missing under cpp11 directory. Is there any example for the usage? Or is it not supported under c++11?

@erakadjiev
Copy link

Asio in the master branch works currently only with C++03. With relatively trivial modifications I could compile it with C++11, but it still failed during runtime.
You can use the develop branch and C++14. Related details are in #29.

@olk
Copy link
Member

olk commented Feb 26, 2015

please note that this project is still in development

@olk olk closed this as completed Feb 26, 2015
@jxfwinter jxfwinter mentioned this issue Jun 25, 2018
Romain-Geissler-1A pushed a commit to Romain-Geissler-1A/fiber that referenced this issue Apr 3, 2020
Don't use Boost.Config build-time configure target.
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

3 participants