mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 04:17:57 +01:00
Problem: missing use of C++11 = delete and = default
Solution: introduce macros ZMQ_DEFAULT and ZMQ_NON_COPYABLE_NOR_MOVABLE
This commit is contained in:
committed by
Simon Giesecke
parent
86d7de38ca
commit
f60f909899
@@ -125,8 +125,7 @@ class zmtp_engine_t : public stream_engine_base_t
|
||||
|
||||
int _heartbeat_timeout;
|
||||
|
||||
zmtp_engine_t (const zmtp_engine_t &);
|
||||
const zmtp_engine_t &operator= (const zmtp_engine_t &);
|
||||
ZMQ_NON_COPYABLE_NOR_MOVABLE (zmtp_engine_t)
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user