aboutsummaryrefslogtreecommitdiff
path: root/libbutl/regex.mxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-10-06 15:45:07 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-10-06 15:45:07 +0300
commit182f28f9afb993600c3cefe3d289d1600222c14e (patch)
tree928100fc66a159822c090d19c04199ec2a724175 /libbutl/regex.mxx
parent50bdae2c0547051228361e439a72f8be62c3e936 (diff)
Bump BLODA timeout to 500ms, don't use timestamp in process
Diffstat (limited to 'libbutl/regex.mxx')
-rw-r--r--libbutl/regex.mxx6
1 files changed, 4 insertions, 2 deletions
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 <utility> // 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.