Skip to content

Commit

Permalink
fixes zeromq#62
Browse files Browse the repository at this point in the history
  • Loading branch information
xaqq committed Sep 11, 2014
1 parent 263ca4b commit d03a157
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/zmqpp/socket_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@ enum class socket_type {
* Connect to non-0mq sockets.\n
* Messages sent must consist of a identity target and a single data frame.
*/
#if (ZMQ_VERSION_MAJOR >= 4)
stream = ZMQ_STREAM,
#endif

// To match for people who prefer the shorter versions
pub = ZMQ_PUB, /*!< version of ::publish to match zmq name convention */
Expand Down

0 comments on commit d03a157

Please sign in to comment.