summaryrefslogtreecommitdiff
path: root/pcre/pcre_stringpiece.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'pcre/pcre_stringpiece.h.in')
-rw-r--r--pcre/pcre_stringpiece.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcre/pcre_stringpiece.h.in b/pcre/pcre_stringpiece.h.in
index eb25826b453..f54f3f3b31b 100644
--- a/pcre/pcre_stringpiece.h.in
+++ b/pcre/pcre_stringpiece.h.in
@@ -52,12 +52,12 @@
#include <pcre.h>
+namespace pcrecpp {
+
using std::memcmp;
using std::strlen;
using std::string;
-namespace pcrecpp {
-
class PCRECPP_EXP_DEFN StringPiece {
private:
const char* ptr_;