From 47ee9b8274cba0014afe59019d76613da8bb45d6 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 9 Apr 2019 16:47:34 +0300 Subject: Raise libcpp version in regex-related check to 8.0 --- build2/test/script/regex.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/test') diff --git a/build2/test/script/regex.hxx b/build2/test/script/regex.hxx index b29eee2..e7969dc 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 // instantiation does (that luckily has all the functions in place). // -#if defined(_LIBCPP_VERSION) && _LIBCPP_VERSION <= 7000 +#if defined(_LIBCPP_VERSION) && _LIBCPP_VERSION <= 8000 template <> class __match_any_but_newline : public __match_any -- cgit v1.1