Always enable regex
authorKyle Fuller <redacted>
Wed, 30 Sep 2015 16:17:48 +0000 (09:17 -0700)
committerKyle Fuller <redacted>
Wed, 30 Sep 2015 16:17:48 +0000 (09:17 -0700)
palaver.cpp

index b3e09807fe556bd29d79483812a15be0ab420f4d..d5a1cdf2e7e2ca36b0a1161f3eb5a4e5c4b41a50 100644 (file)
 #include <znc/FileUtils.h>
 
 #if defined VERSION_MAJOR && defined VERSION_MINOR && VERSION_MAJOR >= 1 && VERSION_MINOR >= 5
-#if defined(__has_include)
-#if __has_include(<regex>)
 #define HAS_REGEX
 #include <regex>
 #endif
-#endif
-#endif
 
 #ifndef PALAVER_VERSION
        #define PALAVER_VERSION "unknown"
git clone https://git.99rst.org/PROJECT