
5 Apr
2008
5 Apr
'08
3:32 p.m.
gast128 wrote:
I also notice that Pete Becker uses empty strings for construction, but this throws with boost regex (or by use of header
), e.g.: std::tr1::regex rgx(""); //throws, intended???
It was intended: since you can't really do much with "" as a pattern, but this appears to be in conflict with the ECMAScript std, I'll add to the TODO list for Boost.Regex. John.