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