@@ -254,7 +254,7 @@ namespace zmq
}
inline explicit context_t (int io_threads_, int max_sockets_ = 1024)
inline explicit context_t (int io_threads_, int max_sockets_ = ZMQ_MAX_SOCKETS_DFLT)
{
ptr = zmq_ctx_new ();
if (ptr == NULL)
The note is not visible to the blocked user.