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:
parent
e715c135af
commit
2a8162b2b7
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue