diff options
Diffstat (limited to 'paludis/util/exception.hh')
-rw-r--r-- | paludis/util/exception.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/paludis/util/exception.hh b/paludis/util/exception.hh index 9b6674b66..9c0d9e3d2 100644 --- a/paludis/util/exception.hh +++ b/paludis/util/exception.hh @@ -96,14 +96,14 @@ namespace paludis ///\name Basic operations ///\{ - virtual ~Exception() PALUDIS_ATTRIBUTE((nothrow)); + virtual ~Exception(); ///\} /** * Return our descriptive error message. */ - const std::string & message() const noexcept PALUDIS_ATTRIBUTE((nothrow)); + const std::string & message() const noexcept; /** * Make a backtrace. |