mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-05-29 23:42:41 +02:00
Merge pull request #349 from gummif/gfa/clang-error
Problem: Build error with clang
This commit is contained in:
commit
e08ab12de2
3
zmq.hpp
3
zmq.hpp
@ -124,7 +124,8 @@
|
|||||||
#define ZMQ_DELETED_FUNCTION
|
#define ZMQ_DELETED_FUNCTION
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(ZMQ_CPP11) && defined(__GNUC__) && __GNUC__ < 5
|
#if defined(ZMQ_CPP11) && !defined(__llvm__) && !defined(__INTEL_COMPILER) \
|
||||||
|
&& defined(__GNUC__) && __GNUC__ < 5
|
||||||
#define ZMQ_CPP11_PARTIAL
|
#define ZMQ_CPP11_PARTIAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user