[Pcre-svn] [1500] code/trunk: Add PCRECPP_EXP_DECL declarati…

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [1500] code/trunk: Add PCRECPP_EXP_DECL declaration to operator<< in pcre_stringpiece.h.
Revision: 1500
          http://vcs.pcre.org/viewvc?view=rev&revision=1500
Author:   zherczeg
Date:     2014-09-03 11:13:33 +0100 (Wed, 03 Sep 2014)


Log Message:
-----------
Add PCRECPP_EXP_DECL declaration to operator<< in pcre_stringpiece.h.

Modified Paths:
--------------
    code/trunk/ChangeLog
    code/trunk/pcre_stringpiece.h.in


Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog    2014-08-11 06:42:28 UTC (rev 1499)
+++ code/trunk/ChangeLog    2014-09-03 10:13:33 UTC (rev 1500)
@@ -95,7 +95,10 @@
     loop which used up all the system stack and provoked a segmentation fault.
     This was not the same bug as 19 above.


+21. Add PCRECPP_EXP_DECL declaration to operator<< in pcre_stringpiece.h.
+    Patch by Mike Frysinger.


+
Version 8.35 04-April-2014
--------------------------


Modified: code/trunk/pcre_stringpiece.h.in
===================================================================
--- code/trunk/pcre_stringpiece.h.in    2014-08-11 06:42:28 UTC (rev 1499)
+++ code/trunk/pcre_stringpiece.h.in    2014-09-03 10:13:33 UTC (rev 1500)
@@ -174,6 +174,6 @@
 #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 */