All Questions
Tagged with beast-websockets lambda
1 question
-1
votes
1
answer
2k
views
How to use boost::aio::async_connect with lambda
I want to reliaze how to use boost::aio::async_connect with lambda.
Boost version 1.68
It's really strange that I could use std::bind but not lambda.
If I use std::bind, it work.
But when I use ...