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/exception.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cutl/fs/exception.hxx') 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 +#include + namespace cutl { namespace fs @@ -24,7 +26,7 @@ namespace cutl } virtual char const* - what () const throw (); + what () const LIBCUTL_NOTHROW_NOEXCEPT; private: int code_; -- cgit v1.1