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/meta/polymorphic-p.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cutl/meta') diff --git a/cutl/meta/polymorphic-p.hxx b/cutl/meta/polymorphic-p.hxx index dd820db..77d1901 100644 --- a/cutl/meta/polymorphic-p.hxx +++ b/cutl/meta/polymorphic-p.hxx @@ -5,6 +5,8 @@ #ifndef CUTL_META_POLYMORPHIC_HXX #define CUTL_META_POLYMORPHIC_HXX +#include + #include #include @@ -36,7 +38,7 @@ namespace cutl t2 (); virtual - ~t2 () throw (); + ~t2 () LIBCUTL_NOTHROW_NOEXCEPT; }; static const bool r = sizeof (t1) == sizeof (t2); -- cgit v1.1