summaryrefslogtreecommitdiff
path: root/pcrecpp_unittest.cc
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2017-04-21 17:05:21 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2017-04-21 17:05:21 +0000
commit6228da3fb70247654e387025f83c49b832872212 (patch)
treef49b73f0d287c9c8418f7e8b543d1bda53400b95 /pcrecpp_unittest.cc
parent5a5ccb1bd732e37e008781696ed72a3aea7675dd (diff)
downloadpcre-6228da3fb70247654e387025f83c49b832872212.tar.gz
C++ patch to guard 'using std::' directives with namespace pcrecpp.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1697 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcrecpp_unittest.cc')
-rw-r--r--pcrecpp_unittest.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/pcrecpp_unittest.cc b/pcrecpp_unittest.cc
index 92cae8f..4b15fbe 100644
--- a/pcrecpp_unittest.cc
+++ b/pcrecpp_unittest.cc
@@ -43,6 +43,7 @@
#include <vector>
#include "pcrecpp.h"
+using std::string;
using pcrecpp::StringPiece;
using pcrecpp::RE;
using pcrecpp::RE_Options;