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 a98fa4a + b9f6e06 commit 2636233Copy full SHA for 2636233
zmq.hpp
@@ -94,7 +94,7 @@
94
#define ZMQ_CONSTEXPR_VAR const
95
#define ZMQ_CPP11_DEPRECATED(msg)
96
#endif
97
-#if defined(ZMQ_CPP14) && (!defined(_MSC_VER) || _MSC_VER > 1900)
+#if defined(ZMQ_CPP14) && (!defined(_MSC_VER) || _MSC_VER > 1900) && (!defined(__GNUC__) || __GNUC__ > 5 || (__GNUC__ == 5 && __GNUC_MINOR__ > 3))
98
#define ZMQ_EXTENDED_CONSTEXPR
99
100
#if defined(ZMQ_CPP17)
0 commit comments