aboutsummaryrefslogtreecommitdiff
path: root/cutl/fs/exception.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/fs/exception.hxx')
-rw-r--r--cutl/fs/exception.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/cutl/fs/exception.hxx b/cutl/fs/exception.hxx
index d6c9601..de0e8f9 100644
--- a/cutl/fs/exception.hxx
+++ b/cutl/fs/exception.hxx
@@ -7,6 +7,8 @@
#include <cutl/exception.hxx>
+#include <cutl/details/config.hxx>
+
namespace cutl
{
namespace fs
@@ -24,7 +26,7 @@ namespace cutl
}
virtual char const*
- what () const throw ();
+ what () const LIBCUTL_NOTHROW_NOEXCEPT;
private:
int code_;