Skip to content

Commit

Permalink
Fixed assert on Win8.1. Thanks to jonwfreeman.
Browse files Browse the repository at this point in the history
  • Loading branch information
madevgeny committed Mar 14, 2014
1 parent 1b7948c commit 2658780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zmq.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2658780

Please sign in to comment.