Skip to main content

All Questions

Filter by
Sorted by
Tagged with
-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 ...
vainman's user avatar
  • 457