mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-01-31 14:39:56 +01:00
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>
This commit is contained in:
parent
729aaad079
commit
73fd092572