j
k
j a
j l
On 07/03/2013 12:25 PM, Andrea Ranieri wrote:
connection_.async_write("abcd", boost::bind(&client::handle_write, this, boost::asio::placeholders::error));
What happens if you pass std::string("abcd") as the first argument instead the "abcd" literal?
Back to the thread
Back to the list