mirror of
https://github.com/zeromq/libzmq.git
synced 2025-07-03 17:17:14 +02:00

zmq_msg_t being defined as unsigned char[32] could not be stored in STL containers. Fixed by this commit. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>