20 Mart 2018 Salı

core

boost::ignore_unused metodu
Şöyle yaparız.
void on_write(boost::system::error_code ec,std::size_t bytes_transferred)
{
  boost::ignore_unused(bytes_transferred);
  ...
}

Hiç yorum yok:

Yorum Gönder