git.99rst.org
/
znc-palaver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
a11596a
)
Always enable regex
author
Kyle Fuller
<redacted>
Wed, 30 Sep 2015 16:17:48 +0000
(09:17 -0700)
committer
Kyle Fuller
<redacted>
Wed, 30 Sep 2015 16:17:48 +0000
(09:17 -0700)
palaver.cpp
patch
|
blob
|
history
diff --git
a/palaver.cpp
b/palaver.cpp
index b3e09807fe556bd29d79483812a15be0ab420f4d..d5a1cdf2e7e2ca36b0a1161f3eb5a4e5c4b41a50 100644
(file)
--- a/
palaver.cpp
+++ b/
palaver.cpp
@@
-16,13
+16,9
@@
#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