From b8ddecf41c8938136b3f4a081e1b8a98584c2401 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 16 Feb 2019 14:20:26 +0000 Subject: Modernize clang tidy fixes --- libmysqlpp/my-error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmysqlpp/my-error.h') diff --git a/libmysqlpp/my-error.h b/libmysqlpp/my-error.h index b694843..d1dbe68 100644 --- a/libmysqlpp/my-error.h +++ b/libmysqlpp/my-error.h @@ -10,7 +10,7 @@ namespace MySQL { public: Error(MYSQL_STMT *); Error(MYSQL *); - std::string message() const throw() override; + std::string message() const noexcept override; private: std::string msg; -- cgit v1.2.3