Martin Sustrik 73fd092572 Prevent exception to be thrown in the destructor
The only defined error code for zmq_close() is ENOTSOCK
which indicates an error in cppzmq implementation.
It's ok to use assert here instead of throw.

Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
2012-01-31 11:11:34 +09:00
2011-05-25 18:42:41 +02:00

This is C++ binding for 0MQ
Description
Languages
C++ 96.2%
CMake 3.5%
Shell 0.3%