Closed phubner closed 3 years ago
There is an error in the BOOST_VERSION check in socket_service which causes the use of boost::asio::post.
BOOST_VERSION
boost::asio::post
Also, boost::string_ref in 1.53 is not as mature as 1.54 and causes an error when comparing a string_ref to a char array.
boost::string_ref
I will provide a pull request to address these issues.
Just fyi, i am having an issue creating my pull request. I am used to creating a separate branch that I can push my commits to but seems like I cannot do that.
Fork the project and create a branch on you fork
There is an error in the
BOOST_VERSION
check in socket_service which causes the use ofboost::asio::post
.Also,
boost::string_ref
in 1.53 is not as mature as 1.54 and causes an error when comparing a string_ref to a char array.I will provide a pull request to address these issues.