From 44fde85b2496750b78939247d1d19a67c5b3dc71 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 14 Nov 2016 15:24:14 +0200 Subject: C++11-compatibility fixes and improvements --- cutl/fs/path.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cutl/fs/path.cxx') 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"; } -- cgit v1.1