I am trying to upgrade code from boost 1.60 to boost 1.82
The following methods are not available anymore and i can't find information what methods should be used instead, could you please help me to upgrade the code.
Methods are not available:
timer(port.get_io_service());//boost::asio::deadline_timer timer;
port.get_io_service().reset();//boost::asio::serial_port& port;
boost::asio::async_read(port, boost::asio::buffer(&c, 1);
port.get_io_service().run();