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