Tag Info

Hot answers tagged

5

The macro ZMQ_DELETED_FUNCTION was apparently introduced to provide conditional support for such C++11 feature as "deleted functions" (= delete). Your compiler does not seem to support that C++11 feature. Hence the error. By design, the zmq.hpp attempts to set this macro automatically, by analyzing the compiler version and defining the macro accordingly. It ...



Only top voted, non community-wiki answers of a minimum length are eligible