diff options
-rw-r--r-- | libbuild2/script/regex.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/script/regex.hxx b/libbuild2/script/regex.hxx index 30d3363..6d2c5c6 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<line_char> // instantiation does (that luckily has all the functions in place). // -#if defined(_LIBCPP_VERSION) && _LIBCPP_VERSION <= 9000 +#if defined(_LIBCPP_VERSION) && _LIBCPP_VERSION <= 10000 template <> class __match_any_but_newline<build2::script::regex::line_char> : public __match_any<build2::script::regex::line_char> |