mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 00:32: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()
|
bool()
|
||||||
const
|
const
|
||||||
{
|
{
|
||||||
static const hostport defaults{};
|
return net::host(*this) != net::host(hostport{});
|
||||||
return net::host(*this) != net::host(defaults);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
inline bool
|
inline bool
|
||||||
|
|
Loading…
Reference in a new issue