mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-02-06 06:00:09 +00:00
a5f9c3ac36
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.