Skip to content

fix tests for boost asio>=1.80#217

Closed
Joker-Principal wants to merge 1 commit intozeromq:masterfrom
Joker-Principal:master
Closed

fix tests for boost asio>=1.80#217
Joker-Principal wants to merge 1 commit intozeromq:masterfrom
Joker-Principal:master

Conversation

@Joker-Principal
Copy link
Copy Markdown

The signature of boost::asio::spawn has been changed since boost asio 1.80, more details: Boost Asio Revision History.

boost::asio::spawn(ios, [&](boost::asio::yield_context yield) {
btc = azmq::async_send(sc, snd_bufs, yield);
});
}, boost::coroutines::attributes());
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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