From a31e93b680558d5e37d88024d4bd985bb6855af5 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 25 Feb 2021 13:08:28 +0300 Subject: Raise libcpp version in regex-related check to 11.0 --- libbuild2/script/regex.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbuild2/script/regex.hxx b/libbuild2/script/regex.hxx index 6d2c5c6..566ff92 100644 --- a/libbuild2/script/regex.hxx +++ b/libbuild2/script/regex.hxx @@ -625,7 +625,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 <= 10000 +#if defined(_LIBCPP_VERSION) && _LIBCPP_VERSION <= 11000 template <> class __match_any_but_newline : public __match_any -- cgit v1.1