Open Naruto opened 6 years ago
boost v1.66 changes some APIs of boost.Asio, It affects XPCoin build error.
http://www.boost.org/users/history/version_1_66_0.html
BOOST_ASIO_ENABLE_OLD_SERVICES
basic_socket<Protocol, SocketService>
Background
boost v1.66 changes some APIs of boost.Asio, It affects XPCoin build error.
http://www.boost.org/users/history/version_1_66_0.html
Changes
BOOST_ASIO_ENABLE_OLD_SERVICES
macros when boost v1.66 over was used. this macros allows to usebasic_socket<Protocol, SocketService>
.