mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
commit
0d23b5ca69
@ -32,7 +32,7 @@
|
||||
|
||||
#include "generic_mtrie.hpp"
|
||||
|
||||
#if __cplusplus >= 201103L || defined(_MSC_VER)
|
||||
#if __cplusplus >= 201103L || (defined(_MSC_VER) && _MSC_VER > 1600)
|
||||
#define ZMQ_HAS_EXTERN_TEMPLATE 1
|
||||
#else
|
||||
#define ZMQ_HAS_EXTERN_TEMPLATE 0
|
||||
|
Loading…
Reference in New Issue
Block a user