From 52785475b9cb727f6912f8cc00ba65ff3bd44e67 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Wed, 1 Jul 2020 15:19:21 +0200 Subject: [PATCH] udp: get around an issue with ICC (close #209) --- src/uvw/udp.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/uvw/udp.h b/src/uvw/udp.h index 9bd221ef..60420573 100644 --- a/src/uvw/udp.h +++ b/src/uvw/udp.h @@ -119,9 +119,7 @@ public: using IPv4 = uvw::IPv4; using IPv6 = uvw::IPv6; - using Handle::Handle; - - explicit UDPHandle(ConstructorAccess ca, std::shared_ptr ref, unsigned int f); + explicit UDPHandle(ConstructorAccess ca, std::shared_ptr ref, unsigned int f = {}); /** * @brief Initializes the handle. The actual socket is created lazily.