c++ Programming Glossary: new_connection
Should std::bind be compatible with boost::asio? http://stackoverflow.com/questions/8924149/should-stdbind-be-compatible-with-boostasio looks like this void start_accept tcp_connection pointer new_connection tcp_connection create acceptor_.get_io_service acceptor_.async_accept.. create acceptor_.get_io_service acceptor_.async_accept new_connection socket boost bind tcp_server handle_accept this new_connection.. socket boost bind tcp_server handle_accept this new_connection boost asio placeholders error If I replace boost bind with std..
|