aboutsummaryrefslogtreecommitdiff
path: root/cutl/meta/polymorphic-p.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/meta/polymorphic-p.hxx')
-rw-r--r--cutl/meta/polymorphic-p.hxx4
1 files changed, 3 insertions, 1 deletions
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 <cutl/details/config.hxx>
+
#include <cutl/meta/class-p.hxx>
#include <cutl/meta/remove-cv.hxx>
@@ -36,7 +38,7 @@ namespace cutl
t2 ();
virtual
- ~t2 () throw ();
+ ~t2 () LIBCUTL_NOTHROW_NOEXCEPT;
};
static const bool r = sizeof (t1) == sizeof (t2);