forked from boostorg/regex
Added RegExData constructor to keep ICL compiler happy
[SVN r9272]
This commit is contained in:
@ -83,6 +83,7 @@ public:
|
|||||||
std::map<int, int, std::less<int> > positions;
|
std::map<int, int, std::less<int> > positions;
|
||||||
void update();
|
void update();
|
||||||
void clean();
|
void clean();
|
||||||
|
RegExData() e(), m(), fm, t(type_copy), pbase(0), line(0), fbase(), strings(), positions() {}
|
||||||
};
|
};
|
||||||
|
|
||||||
void RegExData::update()
|
void RegExData::update()
|
||||||
@ -590,3 +591,4 @@ basic_string<char>::replace<const char*>(char* f1, char* f2, const char* i1, con
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user