aboutsummaryrefslogtreecommitdiff
path: root/cutl/exception.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/exception.cxx')
-rw-r--r--cutl/exception.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cutl/exception.cxx b/cutl/exception.cxx
index 6f69aa7..339c500 100644
--- a/cutl/exception.cxx
+++ b/cutl/exception.cxx
@@ -9,7 +9,7 @@
namespace cutl
{
char const* exception::
- what () const throw ()
+ what () const LIBCUTL_NOTHROW_NOEXCEPT
{
return typeid (*this).name ();
}