We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef905d commit deb1617Copy full SHA for deb1617
zmq.hpp
@@ -61,7 +61,7 @@
61
#define ZMQ_CPP17
62
#endif
63
64
-#if defined(ZMQ_CPP14)
+#if defined(ZMQ_CPP14) && !defined(_MSC_VER)
65
#define ZMQ_DEPRECATED(msg) [[deprecated(msg)]]
66
#elif defined(_MSC_VER)
67
#define ZMQ_DEPRECATED(msg) __declspec(deprecated(msg))
0 commit comments