mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-07 05:58:45 +01:00
Problem: redundant inline/ZMQ_FINAL declarations
Solution: remove them
This commit is contained in:
@@ -80,7 +80,7 @@ class socket_poller_t
|
||||
|
||||
int wait (event_t *events_, int n_events_, long timeout_);
|
||||
|
||||
inline int size () const { return static_cast<int> (_items.size ()); };
|
||||
int size () const { return static_cast<int> (_items.size ()); };
|
||||
|
||||
// Return false if object is not a socket.
|
||||
bool check_tag () const;
|
||||
|
||||
Reference in New Issue
Block a user