aboutsummaryrefslogtreecommitdiff
path: root/cutl/fs/exception.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/fs/exception.cxx')
-rw-r--r--cutl/fs/exception.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cutl/fs/exception.cxx b/cutl/fs/exception.cxx
index 3fbd26b..c3f8da2 100644
--- a/cutl/fs/exception.cxx
+++ b/cutl/fs/exception.cxx
@@ -9,7 +9,7 @@ namespace cutl
namespace fs
{
char const* error::
- what () const throw ()
+ what () const LIBCUTL_NOTHROW_NOEXCEPT
{
return "filesystem error";
}