From e8a09d9833d67a40c43e4de1d578551cc9020cb7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 15 Nov 2016 15:00:04 +0200 Subject: Various MSVC and C++11 fixes --- cutl/fs/path.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'cutl/fs/path.hxx') 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 -- cgit v1.1