zeromq / zmqpp

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

Add support for ZMQ_IMMEDIATE #27

Closed xdmiodz closed 10 years ago

xdmiodz commented 10 years ago

Add support for ZMQ_IMMEDIATE

Fix for a bug with boolean socket options, when it's impossible to set a value for a boolean option because sizes of bool and int types differ on some platforms

Delete tests for router_mandatory and xpub_verbose, because they are not applicable for subscribe sockets

benjamg commented 10 years ago

Looks good, the only issue is with one of the tests but I can update that quickly after the merge so I'll go ahead anyway. And this nicely fixs #25