From bebb71a3dfadb2b94ba46c0c66f0d40d6ef75e43 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 12 Dec 2016 20:26:59 +0300 Subject: Add noexcept in some files. --- src/net/serverinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/serverinfo.h') diff --git a/src/net/serverinfo.h b/src/net/serverinfo.h index 033bf4ad6..5ae327d47 100644 --- a/src/net/serverinfo.h +++ b/src/net/serverinfo.h @@ -122,7 +122,7 @@ class ServerInfo final return *this; } - bool isValid() const A_WARN_UNUSED + bool isValid() const noexcept2 A_WARN_UNUSED { return !(hostname.empty() || port == 0 -- cgit v1.2.3-60-g2f50