aboutsummaryrefslogtreecommitdiff
path: root/build2/test
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-10-16 18:46:13 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-10-16 18:46:13 +0300
commit491742e4524b1721758d9897c45d7abe9f025ae3 (patch)
treee5c7a549cec955009d88b702859901b7dec6c586 /build2/test
parent060973ff774eaaee029945b40584f4cbb25c8041 (diff)
Raise libcpp version in regex-related check to 7.0.0
Diffstat (limited to 'build2/test')
-rw-r--r--build2/test/script/regex.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/test/script/regex.hxx b/build2/test/script/regex.hxx
index eca02a3..9f8f6b6 100644
--- a/build2/test/script/regex.hxx
+++ b/build2/test/script/regex.hxx
@@ -628,7 +628,7 @@ namespace std
// specialize the class template to behave as the __match_any<line_char>
// instantiation does (that luckily has all the functions in place).
//
-#if defined(_LIBCPP_VERSION) && _LIBCPP_VERSION <= 6000
+#if defined(_LIBCPP_VERSION) && _LIBCPP_VERSION <= 7000
template <>
class __match_any_but_newline<build2::test::script::regex::line_char>
: public __match_any<build2::test::script::regex::line_char>