From 16ff81ed8b1ed9aa06fb1a731a2446b66cc49bef Mon Sep 17 00:00:00 2001 From: patrick Date: Mon, 11 Jan 2021 15:31:56 +0000 Subject: Remove libc++ and libc++abi 8.0.0 now that we switched to version 10.0.1 in the gnu/ directory. --- lib/libcxx/utils/google-benchmark/cmake/std_regex.cpp | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 lib/libcxx/utils/google-benchmark/cmake/std_regex.cpp (limited to 'lib/libcxx/utils/google-benchmark/cmake/std_regex.cpp') diff --git a/lib/libcxx/utils/google-benchmark/cmake/std_regex.cpp b/lib/libcxx/utils/google-benchmark/cmake/std_regex.cpp deleted file mode 100644 index 696f2a26bce..00000000000 --- a/lib/libcxx/utils/google-benchmark/cmake/std_regex.cpp +++ /dev/null @@ -1,10 +0,0 @@ -#include -#include -int main() { - const std::string str = "test0159"; - std::regex re; - re = std::regex("^[a-z]+[0-9]+$", - std::regex_constants::extended | std::regex_constants::nosubs); - return std::regex_search(str, re) ? 0 : -1; -} - -- cgit v1.2.3-59-g8ed1b