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.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/cutl/details/config.hxx b/cutl/details/config.hxx
index 40c8fba..6bb83af 100644
--- a/cutl/details/config.hxx
+++ b/cutl/details/config.hxx
@@ -32,6 +32,9 @@
#endif
#ifdef LIBCUTL_BUILD2
+# ifndef LIBCUTL_CXX11
+# error C++ compiler does not support (enough of) C++11
+# endif
# ifdef _MSC_VER
# include <cutl/details/build2/config-vc.h>
# else