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/exception.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cutl/exception.hxx') diff --git a/cutl/exception.hxx b/cutl/exception.hxx index e8952fd..700e642 100644 --- a/cutl/exception.hxx +++ b/cutl/exception.hxx @@ -7,6 +7,7 @@ #include +#include #include namespace cutl @@ -16,7 +17,7 @@ namespace cutl // By default return the exception type name ( typeid (*this).name () ). // virtual char const* - what () const throw (); + what () const LIBCUTL_NOTHROW_NOEXCEPT; }; } -- cgit v1.1