*: add lots of "noexcept" specifications
This commit is contained in:
@@ -53,7 +53,7 @@ StaticSocketAddress::operator=(SocketAddress other) noexcept
|
||||
#ifdef HAVE_TCP
|
||||
|
||||
bool
|
||||
StaticSocketAddress::SetPort(unsigned port)
|
||||
StaticSocketAddress::SetPort(unsigned port) noexcept
|
||||
{
|
||||
switch (GetFamily()) {
|
||||
case AF_INET:
|
||||
|
||||
Reference in New Issue
Block a user