forked from boostorg/regex
regex: some fixes for level 4 warnings under VC6
[SVN r8942]
This commit is contained in:
@ -311,7 +311,7 @@ void expand_escapes(string_type& s)
|
||||
s[pos] = 0;
|
||||
}
|
||||
else
|
||||
s.insert(s.begin() + pos, val);
|
||||
s.insert(s.begin() + pos, (char)val);
|
||||
i = pos;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user