X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=pcre_stringpiece.h.in;h=eb25826b453ccc369e138383256893ca214db26a;hb=HEAD;hp=369c10f31b705183b71cf490aa1a9d5cbc570069;hpb=dd986e8b547c0dde924c4b566ad0894ad4f1beb9;p=pcre3.git diff --git a/pcre_stringpiece.h.in b/pcre_stringpiece.h.in index 369c10f..eb25826 100644 --- a/pcre_stringpiece.h.in +++ b/pcre_stringpiece.h.in @@ -174,6 +174,7 @@ template<> struct __type_traits { #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 */