summaryrefslogtreecommitdiff
path: root/pcre_stringpiece.h.in
diff options
context:
space:
mode:
authorzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2014-09-03 10:13:33 +0000
committerzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2014-09-03 10:13:33 +0000
commit368ae2adcdc8073c2f7f28a1abd222a60a87befc (patch)
treeedb295d9f242e63640534b2eca10387f6113602b /pcre_stringpiece.h.in
parent0e3018a0a1aabd41e4a012bb0f8b025454674b59 (diff)
downloadpcre-368ae2adcdc8073c2f7f28a1abd222a60a87befc.tar.gz
Add PCRECPP_EXP_DECL declaration to operator<< in pcre_stringpiece.h.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1500 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_stringpiece.h.in')
-rw-r--r--pcre_stringpiece.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre_stringpiece.h.in b/pcre_stringpiece.h.in
index 369c10f..6197d9f 100644
--- a/pcre_stringpiece.h.in
+++ b/pcre_stringpiece.h.in
@@ -174,6 +174,6 @@ template<> struct __type_traits<pcrecpp::StringPiece> {
#endif
// allow StringPiece to be logged
-std::ostream& operator<<(std::ostream& o, const pcrecpp::StringPiece& piece);
+PCRECPP_EXP_DECL std::ostream& operator<<(std::ostream& o, const pcrecpp::StringPiece& piece);
#endif /* _PCRE_STRINGPIECE_H */