zeromq / zmqpp

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

Windows build problem: 'ZMQ_XPUB_VERBOSE_UNSUBSCRIBE': undeclared identifier #141

Closed sunkin351 closed 8 years ago

sunkin351 commented 8 years ago

C2065 'ZMQ_XPUB_VERBOSE_UNSUBSCRIBE': undeclared identifier zmqpp-static c:\programming\c++\libraries\zeromq\c++ binding\zmqpp-develop\src\zmqpp\socket_options.hpp 111

X8 in the error log.

benjamg commented 8 years ago

Seems that option has changed to ZMQ_XPUB_VERBOSER but noone has gotten around to updating the binding yet. I'll add a fix for that that should allow you to compile.