Parent Directory
|
Revision Log
|
Patch
revision 96 by nigel, Fri Mar 2 13:10:43 2007 UTC | revision 199 by ph10, Tue Jul 31 14:39:09 2007 UTC | |
---|---|---|
# | Line 50 | Line 50 |
50 | #include <bits/type_traits.h> | #include <bits/type_traits.h> |
51 | #endif | #endif |
52 | ||
53 | #include <pcre.h> | |
54 | ||
55 | using std::string; | using std::string; |
56 | ||
57 | namespace pcrecpp { | namespace pcrecpp { |
58 | ||
59 | class StringPiece { | class PCRECPP_EXP_DEFN StringPiece { |
60 | private: | private: |
61 | const char* ptr_; | const char* ptr_; |
62 | int length_; | int length_; |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |