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.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cutl/exception.cxx') diff --git a/cutl/exception.cxx b/cutl/exception.cxx index 6f69aa7..339c500 100644 --- a/cutl/exception.cxx +++ b/cutl/exception.cxx @@ -9,7 +9,7 @@ namespace cutl { char const* exception:: - what () const throw () + what () const LIBCUTL_NOTHROW_NOEXCEPT { return typeid (*this).name (); } -- cgit v1.1