From 182f28f9afb993600c3cefe3d289d1600222c14e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 6 Oct 2017 15:45:07 +0300 Subject: Bump BLODA timeout to 500ms, don't use timestamp in process --- libbutl/regex.mxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libbutl/regex.mxx') diff --git a/libbutl/regex.mxx b/libbutl/regex.mxx index 955c968..d4d9737 100644 --- a/libbutl/regex.mxx +++ b/libbutl/regex.mxx @@ -19,8 +19,10 @@ #include // move(), make_pair() #endif -#if defined(__clang__) && __has_include(<__config>) -# include <__config> // _LIBCPP_VERSION +#if defined(__clang__) +# if __has_include(<__config>) +# include <__config> // _LIBCPP_VERSION +# endif #endif // Other includes. -- cgit v1.1