mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-27 23:51:04 +08:00
Problem: redundant empty destructor
Solution: Remove definition
This commit is contained in:
parent
400107d765
commit
86d7de38ca
@ -79,8 +79,6 @@ template <typename T, int ID = 0> class array_t
|
||||
|
||||
inline array_t () {}
|
||||
|
||||
inline ~array_t () {}
|
||||
|
||||
inline size_type size () { return _items.size (); }
|
||||
|
||||
inline bool empty () { return _items.empty (); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user