jonnydee / nzmqt

nzmqt - A lightweight C++ Qt binding for ZeroMQ
Other
199 stars 72 forks source link

nzmqt.hpp - add some more MQ constants #44

Closed mwallnoefer closed 7 years ago

machinekoder commented 7 years ago

Is it possible to introduce a ZMQ version check so it does not break compatibility with older ZMQ versions?

mwallnoefer commented 7 years ago

As far as I have noticed:

Should we tag these new constants with #ifdefs? I think that it would be the simplest solution.

machinekoder commented 7 years ago

@mwallnoefer Yes, this would things easier when merging subtrees from upstream.

mwallnoefer commented 7 years ago

Upgraded patch, please merge!

machinekoder commented 7 years ago

@mwallnoefer Excellent idea!