0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-25 16:22:35 +01:00

ircd::net::hostport: Remove unique symbol.

This commit is contained in:
Jason Volk 2019-07-14 17:54:35 -07:00
parent e715c135af
commit 2a8162b2b7

View file

@ -161,8 +161,7 @@ ircd::net::hostport::operator
bool()
const
{
static const hostport defaults{};
return net::host(*this) != net::host(defaults);
return net::host(*this) != net::host(hostport{});
}
inline bool