net/SocketAddress: add more "noexcept"
This commit is contained in:
@@ -49,7 +49,7 @@ SocketAddress::operator==(SocketAddress other) const noexcept
|
||||
#ifdef HAVE_TCP
|
||||
|
||||
unsigned
|
||||
SocketAddress::GetPort() const
|
||||
SocketAddress::GetPort() const noexcept
|
||||
{
|
||||
if (IsNull())
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user