24 Mar
2015
24 Mar
'15
9:02 a.m.
Does it means that all of recursive calls should be avoid in regular expression ? No, most things work - and are rather well tested actually. The bug relates to recursions with bounded repeats, so:
(?N)? or (?N){x,y}
If it is a bug , this is a serious problem , why boost not make a caveat for it in document ?
Because you only discovered the bug yesterday ;) John.