aboutsummaryrefslogtreecommitdiff
path: root/cutl/details
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-11-19 00:31:40 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-11-22 16:17:09 +0300
commit96ccbbd113efbfe6a0a300a1971e4a6f12c9249c (patch)
treeb7891daf54e2fceca0ff5832d2573a5e87ef380b /cutl/details
parentbe095014187fbe40e91e6b45166e9f2b3530123a (diff)
Add support for Perl regex escape sequences subset to C++11-based implementation
Diffstat (limited to 'cutl/details')
-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