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

Header dependency cycle (system_context.hpp) #60

Closed
djarek opened this issue Oct 28, 2017 · 1 comment
Closed

Header dependency cycle (system_context.hpp) #60

djarek opened this issue Oct 28, 2017 · 1 comment

Comments

@djarek
Copy link

djarek commented Oct 28, 2017

This does not compile:

#include <boost/asio/system_context.hpp>

int main() {
    return 0;
}

boost/asio/system_context.hpp includes boost/asio/system_executor.hpp which uses system_contex in its implementation file (boost/asio/impl/system_context.hpp).

@chriskohlhoff
Copy link
Collaborator

Fixed on develop.

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