From 24dd51c86902f423a63bfdce8ef1e2f94198dea8 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 19 Feb 2001 12:57:35 +0000 Subject: [PATCH] Added RegExData constructor to keep ICL compiler happy [SVN r9272] --- src/cregex.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 +