We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0314c9 + 6f8a180 commit 286d8beCopy full SHA for 286d8be
zmq.hpp
@@ -67,6 +67,8 @@
67
#define ZMQ_DEPRECATED(msg) __declspec(deprecated(msg))
68
#elif defined(__GNUC__)
69
#define ZMQ_DEPRECATED(msg) __attribute__((deprecated(msg)))
70
+#else
71
+#define ZMQ_DEPRECATED(msg)
72
#endif
73
74
#if defined(ZMQ_CPP17)
0 commit comments