aboutsummaryrefslogtreecommitdiff
path: root/cutl/exception.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/exception.hxx')
-rw-r--r--cutl/exception.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/cutl/exception.hxx b/cutl/exception.hxx
index e8952fd..700e642 100644
--- a/cutl/exception.hxx
+++ b/cutl/exception.hxx
@@ -7,6 +7,7 @@
#include <exception>
+#include <cutl/details/config.hxx>
#include <cutl/details/export.hxx>
namespace cutl
@@ -16,7 +17,7 @@ namespace cutl
// By default return the exception type name ( typeid (*this).name () ).
//
virtual char const*
- what () const throw ();
+ what () const LIBCUTL_NOTHROW_NOEXCEPT;
};
}