Parent Directory
|
Revision Log
|
Patch
| revision 198 by nigel, Fri Mar 2 13:10:43 2007 UTC | revision 199 by ph10, Tue Jul 31 14:39:09 2007 UTC | |
|---|---|---|
| # | Line 30 | Line 30 |
| 30 | // Author: wilsonh@google.com (Wilson Hsieh) | // Author: wilsonh@google.com (Wilson Hsieh) |
| 31 | // | // |
| 32 | ||
| 33 | #ifdef HAVE_CONFIG_H | |
| 34 | #include <config.h> | |
| 35 | #endif | |
| 36 | ||
| 37 | #include <iostream> | #include <iostream> |
| 38 | #include "config.h" | #include "pcrecpp_internal.h" |
| 39 | #include "pcre_stringpiece.h" | #include "pcre_stringpiece.h" |
| 40 | ||
| 41 | std::ostream& operator<<(std::ostream& o, const pcrecpp::StringPiece& piece) { | std::ostream& operator<<(std::ostream& o, const pcrecpp::StringPiece& piece) { |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |