Skip to content

Commit

Permalink
Merge pull request zeromq#349 from gummif/gfa/clang-error
Browse files Browse the repository at this point in the history
Problem: Build error with clang
  • Loading branch information
sigiesec authored Sep 19, 2019
2 parents a0fab18 + 34ea5b7 commit e08ab12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zmq.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@
#define ZMQ_DELETED_FUNCTION
#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
#endif

Expand Down

0 comments on commit e08ab12

Please sign in to comment.