Problem: redundant inline/ZMQ_FINAL declarations

Solution: remove them
This commit is contained in:
Simon Giesecke
2020-02-04 11:57:58 +01:00
parent 84ec65482f
commit db8f4fba21
61 changed files with 303 additions and 328 deletions

View File

@@ -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;