chiark / gitweb /
Apply upstream revision 1631 (Closes: #815921)
[pcre3.git] / pcre_stringpiece.h.in
index 369c10f31b705183b71cf490aa1a9d5cbc570069..eb25826b453ccc369e138383256893ca214db26a 100644 (file)
@@ -174,6 +174,7 @@ 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 */