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.
2 parents 07ac9fe + c34d8ea commit 03243adCopy full SHA for 03243ad
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