aboutsummaryrefslogtreecommitdiff
path: root/cutl/details/config.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/details/config.hxx')
-rw-r--r--cutl/details/config.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/cutl/details/config.hxx b/cutl/details/config.hxx
index c57c50e..40c8fba 100644
--- a/cutl/details/config.hxx
+++ b/cutl/details/config.hxx
@@ -25,6 +25,12 @@
# endif
#endif
+#ifdef LIBCUTL_CXX11
+# define LIBCUTL_NOTHROW_NOEXCEPT noexcept
+#else
+# define LIBCUTL_NOTHROW_NOEXCEPT throw()
+#endif
+
#ifdef LIBCUTL_BUILD2
# ifdef _MSC_VER
# include <cutl/details/build2/config-vc.h>