net/AllocatedSocketAddress: add more "noexcept"
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
#endif
|
||||
|
||||
AllocatedSocketAddress &
|
||||
AllocatedSocketAddress::operator=(SocketAddress src)
|
||||
AllocatedSocketAddress::operator=(SocketAddress src) noexcept
|
||||
{
|
||||
if (src.IsNull()) {
|
||||
Clear();
|
||||
|
||||
Reference in New Issue
Block a user