Parent Directory
|
Revision Log
|
Patch
| revision 579 by ph10, Wed Sep 19 08:57:53 2007 UTC | revision 580 by ph10, Fri Nov 26 11:16:43 2010 UTC | |
|---|---|---|
| # | Line 38 | Line 38 |
| 38 | #ifndef _PCRE_STRINGPIECE_H | #ifndef _PCRE_STRINGPIECE_H |
| 39 | #define _PCRE_STRINGPIECE_H | #define _PCRE_STRINGPIECE_H |
| 40 | ||
| 41 | #include <string.h> | #include <cstring> |
| 42 | #include <string> | #include <string> |
| 43 | #include <iosfwd> // for ostream forward-declaration | #include <iosfwd> // for ostream forward-declaration |
| 44 | ||
| # | Line 52 | Line 52 |
| 52 | ||
| 53 | #include <pcre.h> | #include <pcre.h> |
| 54 | ||
| 55 | using std::memcmp; | |
| 56 | using std::strlen; | |
| 57 | using std::string; | using std::string; |
| 58 | ||
| 59 | namespace pcrecpp { | namespace pcrecpp { |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |