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

Fix make_shared using the wrong strand type #485

Merged
merged 1 commit into from
Nov 24, 2015
Merged

Conversation

Meoo
Copy link
Contributor

@Meoo Meoo commented Nov 24, 2015

Fix compilation with standalone ASIO (#462), where asio::strand and asio::io_service::strand are separate types.
This is the correct type, as m_strand is a lib::shared_ptr<lib::asio::io_service::strand>

Tested on mingw64 5.1

Fix compilation with standalone ASIO (zaphoyd#462), where asio::strand and asio::io_service::strand are separate types.
This is the correct type, as m_strand is a ``lib::shared_ptr<lib::asio::io_service::strand>``
zaphoyd added a commit that referenced this pull request Nov 24, 2015
Fix make_shared using the wrong strand type
@zaphoyd zaphoyd merged commit 7f19b6e into zaphoyd:master Nov 24, 2015
@Meoo Meoo deleted the patch-1 branch November 24, 2015 15:05
@Meoo Meoo restored the patch-1 branch November 24, 2015 15:06
@Meoo Meoo deleted the patch-1 branch November 24, 2015 15:27
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

Successfully merging this pull request may close these issues.

2 participants