otland / forgottenserver

A free and open-source MMORPG server emulator written in C++
https://otland.net
GNU General Public License v2.0
1.56k stars 1.04k forks source link

Replace deprecated ASIO functions and raise minimum Boost version #4686

Closed ranisalt closed 2 months ago

ranisalt commented 2 months ago

Pull Request Prelude

Changes Proposed

Enables BOOST_ASIO_NO_DEPRECATED and fixes code that depends on deprecated facilities. While at that, bump the minimum required version of Boost to 1.71 which is the version shipped with the oldest Ubuntu release still supported (20.04 LTS)

libboost-dev for Ubuntu 20.04