zeromq / zmqpp

0mq 'highlevel' C++ bindings
http://zeromq.github.io/zmqpp
Mozilla Public License 2.0
439 stars 195 forks source link

This fixes the build against ZMQ 3.2. #63

Closed xaqq closed 10 years ago

xaqq commented 10 years ago

Hello,

This PR fixes bugs #62 and a few other compilations error that happened when building against ZMQ 3.x.

It also fixes a socket test that had trouble against zmq trunk. (I believe its because of zmq_event_t that doesnt seem to exist anymore).

Could you please enable TravisCI for this repository ?