We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d35b8c commit b0e7243Copy full SHA for b0e7243
zmq.hpp
@@ -310,6 +310,7 @@ inline int poll(std::vector<zmq_pollitem_t> &items,
310
return poll(items.data(), items.size(), static_cast<long>(timeout.count()));
311
}
312
313
+ZMQ_DEPRECATED("from 4.3.1, use poll taking std::chrono instead of long")
314
inline int poll(std::vector<zmq_pollitem_t> &items, long timeout_ = -1)
315
{
316
return poll(items.data(), items.size(), timeout_);
0 commit comments