From 0f8f04a993fdc756f331f8bf8b471c9c6854b84c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 19 Aug 2017 16:42:26 +0200 Subject: Extend regex workaround to Clang/libc++ 5 and 6 --- build2/test/script/regex.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build2/test/script/regex.hxx b/build2/test/script/regex.hxx index a375201..696fb2a 100644 --- a/build2/test/script/regex.hxx +++ b/build2/test/script/regex.hxx @@ -627,7 +627,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 <= 4000 +#if defined(_LIBCPP_VERSION) && _LIBCPP_VERSION <= 6000 template <> class __match_any_but_newline : public __match_any -- cgit v1.1