mirror of
https://github.com/zeromq/cppzmq.git
synced 2024-12-12 10:33:52 +01:00
Removing ambiguous overload of poll
There are two overloads of `poll` - one that has `-1` as the default value for the timeout, and one that does not have the timeout argument (which calls the previous one with -1 for the timeout). This makes it ambiguous for the compiler when `poll` is called without the timeout. This patch removes the second overload as it is not needed since the first one already covers the same case.
This commit is contained in:
parent
33c0df11b6
commit
e93e9f9715
Loading…
Reference in New Issue
Block a user