Skip to content

Commit

Permalink
Merge pull request #32 from madevgeny/master
Browse files Browse the repository at this point in the history
Fixed assert on Win8.1. Thanks to jonwfreeman.
  • Loading branch information
hintjens committed Mar 14, 2014
2 parents b4b7d9f + 2658780 commit 77b55a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zmq.hpp
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 77b55a2

Please sign in to comment.