aboutsummaryrefslogtreecommitdiff
path: root/cutl/fs
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/fs')
-rw-r--r--cutl/fs/path.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cutl/fs/path.hxx b/cutl/fs/path.hxx
index b1cf92d..2a88813 100644
--- a/cutl/fs/path.hxx
+++ b/cutl/fs/path.hxx
@@ -133,6 +133,7 @@ namespace cutl
invalid_basic_path (C const* p): path_ (p) {}
invalid_basic_path (string_type const& p): path_ (p) {}
+ ~invalid_basic_path () LIBCUTL_NOTHROW_NOEXCEPT {}
string_type const&
path () const