update directive for ZMQ_MAKE_VERSION check against zmq_msg_gets method

This commit is contained in:
John Gornowich 2017-02-20 08:04:02 -05:00
parent a15d175bce
commit 2def369043

View File

@ -373,7 +373,7 @@ namespace zmq
return a == b; return a == b;
} }
#if ZMQ_VERSION >= ZMQ_MAKE_VERSION(4, 0, 8) #if ZMQ_VERSION >= ZMQ_MAKE_VERSION(4, 1, 0)
inline const char* gets(const char *property_) inline const char* gets(const char *property_)
{ {
const char* value = zmq_msg_gets (&msg, property_); const char* value = zmq_msg_gets (&msg, property_);