mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-05-02 07:31:39 +02: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