mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-03-14 15:38:22 +00:00

Replace boost::asio::io_service (deprecated since Boost 1.66) by boost::asio::io_context when Boost is 1.66 or above. boost::asio::io_service is now deprecated and eventually will be removed from future Boost versions. This fix avoids a future compilation break.