Skip to content

Commit 1fdf3d1

Browse files
authored
Merge pull request #114 from jgornowich/master
update directive for ZMQ_MAKE_VERSION check against zmq_msg_gets method
2 parents a15d175 + 2def369 commit 1fdf3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zmq.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ namespace zmq
373373
return a == b;
374374
}
375375

376-
#if ZMQ_VERSION >= ZMQ_MAKE_VERSION(4, 0, 8)
376+
#if ZMQ_VERSION >= ZMQ_MAKE_VERSION(4, 1, 0)
377377
inline const char* gets(const char *property_)
378378
{
379379
const char* value = zmq_msg_gets (&msg, property_);

0 commit comments

Comments
 (0)