net/AllocatedSocketAddress: add more "noexcept"

This commit is contained in:
Max Kellermann
2017-05-17 12:07:20 +02:00
parent 7b05df8d33
commit e7bebb0089
2 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
#endif
AllocatedSocketAddress &
AllocatedSocketAddress::operator=(SocketAddress src)
AllocatedSocketAddress::operator=(SocketAddress src) noexcept
{
if (src.IsNull()) {
Clear();