mirror of
https://github.com/boostorg/regex.git
synced 2025-07-18 06:42:08 +02:00
fixed some typo's
[SVN r9284]
This commit is contained in:
@ -83,7 +83,7 @@ public:
|
||||
std::map<int, int, std::less<int> > positions;
|
||||
void update();
|
||||
void clean();
|
||||
RegExData() e(), m(), fm, t(type_copy), pbase(0), line(0), fbase(), strings(), positions() {}
|
||||
RegExData() : e(), m(), fm(), t(type_copy), pbase(0), line(0), fbase(), strings(), positions() {}
|
||||
};
|
||||
|
||||
void RegExData::update()
|
||||
|
Reference in New Issue
Block a user