diff --git a/src/cregex.cpp b/src/cregex.cpp index a0d6d949..ae560ce2 100644 --- a/src/cregex.cpp +++ b/src/cregex.cpp @@ -83,6 +83,7 @@ public: std::map > positions; void update(); void clean(); + RegExData() e(), m(), fm, t(type_copy), pbase(0), line(0), fbase(), strings(), positions() {} }; void RegExData::update() @@ -590,3 +591,4 @@ basic_string::replace(char* f1, char* f2, const char* i1, con +