From 881033464c13398f78be306d8d785616f0947896 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 24 Feb 2019 15:29:12 +0000 Subject: Bring inline with clang-tidy checks --- libodbcpp/odbc-error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libodbcpp/odbc-error.h') diff --git a/libodbcpp/odbc-error.h b/libodbcpp/odbc-error.h index fb9412c..addc528 100644 --- a/libodbcpp/odbc-error.h +++ b/libodbcpp/odbc-error.h @@ -11,7 +11,7 @@ namespace ODBC { public: Error(RETCODE err, SQLSMALLINT handletype, SQLHANDLE handle); - std::string message() const throw() override; + std::string message() const noexcept override; private: std::string msg; -- cgit v1.2.3