From a9185093df8d05497d9488fc85ca34795764632f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 7 Nov 2019 17:40:45 +0300 Subject: Raise libcpp version in regex-related check to 9.0 --- libbuild2/test/script/regex.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbuild2/test/script/regex.hxx b/libbuild2/test/script/regex.hxx index 1758944..0b2e03e 100644 --- a/libbuild2/test/script/regex.hxx +++ b/libbuild2/test/script/regex.hxx @@ -629,7 +629,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 <= 8000 +#if defined(_LIBCPP_VERSION) && _LIBCPP_VERSION <= 9000 template <> class __match_any_but_newline : public __match_any -- cgit v1.1