1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 10:53:14 +02:00

Use noexcept instead of an empty exception specifier.

This commit is contained in:
Sadie Powell
2022-03-01 05:06:19 +00:00
parent b7e85f5161
commit a8724b5f03
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ namespace SQL
public:
Exception(const Anope::string &reason) : ModuleException(reason) { }
virtual ~Exception() throw() = default;
virtual ~Exception() noexcept = default;
};
/** A SQL query