Upgrade PCRE to 8.39 and YAJL to 2.1.0.

This commit is contained in:
Arnold Robbins
2016-07-31 15:37:14 +03:00
parent 1c4412df6c
commit 0839e929a5
144 changed files with 23581 additions and 15730 deletions

View 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 */