zeromq / azmq

C++ language binding library integrating ZeroMQ with Boost Asio
Boost Software License 1.0
318 stars 108 forks source link

Issues while building on RHEL7 with boost 1.53 on master #153

Closed phubner closed 3 years ago

phubner commented 5 years ago

There is an error in the BOOST_VERSION check in socket_service which causes the use of 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.

I will provide a pull request to address these issues.

phubner commented 5 years ago

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.

aboseley commented 3 years ago

Fork the project and create a branch on you fork