aboutsummaryrefslogtreecommitdiff
path: root/libbutl/regex.mxx
diff options
context:
space:
mode:
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.