udp: get around an issue with ICC (close #209)

This commit is contained in:
Michele Caini 2020-07-01 15:19:21 +02:00
parent 1a794772b2
commit 52785475b9

View File

@ -119,9 +119,7 @@ public:
using IPv4 = uvw::IPv4;
using IPv6 = uvw::IPv6;
using Handle::Handle;
explicit UDPHandle(ConstructorAccess ca, std::shared_ptr<Loop> ref, unsigned int f);
explicit UDPHandle(ConstructorAccess ca, std::shared_ptr<Loop> ref, unsigned int f = {});
/**
* @brief Initializes the handle. The actual socket is created lazily.