On 27/06/14 09:53 -0700, Tim Shen wrote:
On Fri, Jun 27, 2014 at 12:37 AM, Paolo Carlini
<paolo.carl...@oracle.com> wrote:
The actual patch is missing.. ;)
Sigh...every time. Sorry.
PS: sorry for being distracted by other issues: what happened to the other
regex issue? I think we are simply going to apply, when ready, your more
complete fix, right?
The problem given in the other PR (PR 61582) is also solved by this
patch (but I forgot to mention that); They are all examples like
nested range quantifiers.
OK for trunk, thanks.
I wonder if it would be better to use a sorted
vector<pair<_StateIdT,_StateIdT>> instead of a map, for improved
memory footprint and runtime speed, but that can be changed later.