From 487e4c77e4131fd5f559fc793c8caaf1dcbc4917 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(-) (limited to 'build2/test') 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